(Context toDetach, Context toRestore)
| 906 | } |
| 907 | |
| 908 | @Override |
| 909 | public void detach(Context toDetach, Context toRestore) { |
| 910 | // noop |
| 911 | } |
| 912 | |
| 913 | @Override |
| 914 | public Context current() { |
nothing calls this directly
no outgoing calls
no test coverage detected