Searched defs:scheduleTask (Results 1 – 7 of 7) sorted by relevance
95 public void scheduleTask(int taskId) { in scheduleTask() method in ContactsTaskScheduler101 public void scheduleTask(int taskId, Object arg) { in scheduleTask() method in ContactsTaskScheduler
147 void scheduleTask(int taskId, Object arg) { in scheduleTask() method in VoicemailContentProvider
46 public void scheduleTask() { in scheduleTask() method in DelayedTaskHandler
41 public static boolean scheduleTask(Context context, SendTranscriptionFeedbackRequest request) { in scheduleTask() method in TranscriptionRatingService
43 public static boolean scheduleTask(Context context, PhoneAccountHandle account) { in scheduleTask() method in TranscriptionBackfillService
227 static void scheduleTask(@NonNull Context context, @NonNull Runnable callback) { in scheduleTask() method in VisualVoicemailUpdateTask
310 private static void scheduleTask(DrawableLoader task, BitmapWorkerOptions options) { in scheduleTask() method in DrawableDownloader