()
| 72 | }; |
| 73 | |
| 74 | function getBaseContext() { |
| 75 | var currentApplication = Java.use('android.app.ActivityThread').currentApplication(); |
| 76 | var context = currentApplication.getApplicationContext(); |
| 77 | return context; //Java.scheduleOnMainThread(fn): |
| 78 | }; |
| 79 | |
| 80 | function sleep(time) { |
| 81 | var startTime = new Date().getTime() + parseInt(time, 10); |
nothing calls this directly
no outgoing calls
no test coverage detected