()
| 23 | } |
| 24 | |
| 25 | public Init() { |
| 26 | this.handler = new Handler(Looper.getMainLooper()); |
| 27 | this.executor = Executors.newFixedThreadPool(5); |
| 28 | } |
| 29 | |
| 30 | public static Application context() { |
| 31 | return get().app; |
nothing calls this directly
no outgoing calls
no test coverage detected