Home
last modified time | relevance | path

Searched refs:BackgroundWorkerService (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DBackgroundWorkerService.java40 public class BackgroundWorkerService extends JobIntentService { class
51 public BackgroundWorkerService() { in BackgroundWorkerService() method in BackgroundWorkerService
94 intent.setClass(context, BackgroundWorkerService.class); in startServiceWithIntent()
101 enqueueWork(context, BackgroundWorkerService.class, JOB_ID, work); in enqueueWork()
H A DBackgroundWorker.java30 BackgroundWorkerService.queueBackgroundWork(backgroundActions); in queueBackgroundWork()