(Context toAttach)
| 901 | try { |
| 902 | storage.set(null, new Context.Storage() { |
| 903 | @Override |
| 904 | public Context doAttach(Context toAttach) { |
| 905 | return null; |
| 906 | } |
| 907 | |
| 908 | @Override |
| 909 | public void detach(Context toDetach, Context toRestore) { |
no outgoing calls
no test coverage detected