(Context context)
| 32 | } |
| 33 | |
| 34 | public static void init(Context context) { |
| 35 | get().app = ((Application) context); |
| 36 | Proxy.init(); |
| 37 | } |
| 38 | |
| 39 | public static void execute(Runnable runnable) { |
| 40 | get().executor.execute(runnable); |
no test coverage detected