Searched defs:scheduleTask (Results 1 – 5 of 5) 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
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