Searched refs:AsyncService (Results 1 – 1 of 1) sorted by relevance
40 intent.setClass(context, AsyncService.class); in onReceive()41 AsyncService.enqueueWork(context, intent); in onReceive()44 public static class AsyncService extends JobIntentService { class in PackagesMonitor48 enqueueWork(context, AsyncService.class, JOB_ID, work); in enqueueWork()