Searched refs:BackgroundWorkerService (Results 1 – 2 of 2) sorted by relevance
40 public class BackgroundWorkerService extends JobIntentService { class51 public BackgroundWorkerService() { in BackgroundWorkerService() method in BackgroundWorkerService94 intent.setClass(context, BackgroundWorkerService.class); in startServiceWithIntent()101 enqueueWork(context, BackgroundWorkerService.class, JOB_ID, work); in enqueueWork()
30 BackgroundWorkerService.queueBackgroundWork(backgroundActions); in queueBackgroundWork()