Searched defs:enqueueWork (Results 1 – 1 of 1) sorted by relevance
137 abstract void enqueueWork(Intent work); in enqueueWork() method in JobIntentService.WorkEnqueuer183 void enqueueWork(Intent work) { in enqueueWork() method in JobIntentService.CompatWorkEnqueuer346 void enqueueWork(Intent work) { in enqueueWork() method in JobIntentService.JobWorkEnqueuer504 public static void enqueueWork(@NonNull Context context, @NonNull Class<?> cls, int jobId, in enqueueWork() method in JobIntentService520 public static void enqueueWork(@NonNull Context context, @NonNull ComponentName component, in enqueueWork() method in JobIntentService