Searched defs:scheduleTask (Results 1 – 6 of 6) 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
148 void scheduleTask(int taskId, Object arg) { in scheduleTask() method in VoicemailContentProvider
43 public static boolean scheduleTask(Context context, PhoneAccountHandle account) { in scheduleTask() method in TranscriptionBackfillService
41 public static boolean scheduleTask(Context context, SendTranscriptionFeedbackRequest request) { in scheduleTask() method in TranscriptionRatingService
227 static void scheduleTask(@NonNull Context context, @NonNull Runnable callback) { in scheduleTask() method in VisualVoicemailUpdateTask
388 AsyncTaskId scheduleTask(const std::shared_ptr<Task>& task) { in scheduleTask() function in test_vendor_lib::AsyncManager::AsyncTaskManager