Home
last modified time | relevance | path

Searched refs:enqueueWork (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPackagesMonitor.java41 AsyncService.enqueueWork(context, intent); in onReceive()
47 public static void enqueueWork(Context context, Intent work) { in enqueueWork() method in PackagesMonitor.AsyncService
48 enqueueWork(context, AsyncService.class, JOB_ID, work); in enqueueWork()
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DNotificationService.java49 enqueueWork(context, readAllMissedCallIntent); in readAllMissedCall()
53 static void enqueueWork(Context context, Intent intent) { in enqueueWork() method in NotificationService
54 enqueueWork( in enqueueWork()
DNotificationReceiver.java28 NotificationService.enqueueWork(context, intent); in onReceive()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DBackgroundWorkerService.java97 enqueueWork(context, intent); in startServiceWithIntent()
100 public static void enqueueWork(Context context, Intent work) { in enqueueWork() method in BackgroundWorkerService
101 enqueueWork(context, BackgroundWorkerService.class, JOB_ID, work); in enqueueWork()
DActionServiceImpl.java233 enqueueWork(context, intent); in startServiceWithIntent()
236 public static void enqueueWork(Context context, Intent work) { in enqueueWork() method in ActionServiceImpl
237 enqueueWork(context, ActionServiceImpl.class, JOB_ID, work); in enqueueWork()