Home
last modified time | relevance | path

Searched defs:scheduleTask (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsTaskScheduler.java95 public void scheduleTask(int taskId) { in scheduleTask() method in ContactsTaskScheduler
101 public void scheduleTask(int taskId, Object arg) { in scheduleTask() method in ContactsTaskScheduler
DVoicemailContentProvider.java148 void scheduleTask(int taskId, Object arg) { in scheduleTask() method in VoicemailContentProvider
/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/test/
H A DTestWakeupClientServiceImplUnitTest.cpp128 Status scheduleTask(int32_t count, int64_t startTimeInEpochSeconds, int64_t periodicInSeconds) { in scheduleTask() function in android::hardware::automotive::remoteaccess::test::TestWakeupClientServiceImplUnitTest
132 Status scheduleTask(const std::string& scheduleId, int32_t count, in scheduleTask() function in android::hardware::automotive::remoteaccess::test::TestWakeupClientServiceImplUnitTest
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
H A DEventLoop.common.kt434 …fun scheduleTask(now: Long, delayed: DelayedTaskQueue, eventLoop: EventLoopImplBase): Int = synchr… in timeToExecute() method in kotlinx.coroutines.EventLoopImplBase.DelayedTask
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
DTranscriptionRatingService.java41 public static boolean scheduleTask(Context context, SendTranscriptionFeedbackRequest request) { in scheduleTask() method in TranscriptionRatingService
DTranscriptionBackfillService.java43 public static boolean scheduleTask(Context context, PhoneAccountHandle account) { in scheduleTask() method in TranscriptionBackfillService
/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/android/hardware/automotive/remoteaccess/
H A DIRemoteAccess.aidl174 void scheduleTask(in ScheduleInfo scheduleInfo); in scheduleTask() method
/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/current/android/hardware/automotive/remoteaccess/
H A DIRemoteAccess.aidl45 void scheduleTask(in android.hardware.automotive.remoteaccess.ScheduleInfo scheduleInfo); in scheduleTask() method
/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/2/android/hardware/automotive/remoteaccess/
H A DIRemoteAccess.aidl45 void scheduleTask(in android.hardware.automotive.remoteaccess.ScheduleInfo scheduleInfo); in scheduleTask() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/automotive/remoteaccess/android.hardware.automotive.remoteaccess_interface/dump/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl45 void scheduleTask(in android.hardware.automotive.remoteaccess.ScheduleInfo scheduleInfo); in scheduleTask() method
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/remoteaccess/
DICarRemoteAccessService.aidl77 void scheduleTask(in TaskScheduleInfo scheduleInfo); in scheduleTask() method
DCarRemoteAccessManager.java951 public void scheduleTask(@NonNull ScheduleInfo scheduleInfo) in scheduleTask() method in CarRemoteAccessManager.InVehicleTaskScheduler
/aosp_15_r20/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/scheduling/
DJobSchedulerHelper.java43 public boolean scheduleTask(Context context, FederatedTrainingTask newTask) { in scheduleTask() method in JobSchedulerHelper
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DAudioRecordThread.java153 public void scheduleTask(int numSamples, Runnable task) { in scheduleTask() method in AudioRecordThread
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DVisualVoicemailUpdateTask.java227 static void scheduleTask(@NonNull Context context, @NonNull Runnable callback) { in scheduleTask() method in VisualVoicemailUpdateTask
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/scheduling/
DJobSchedulerHelperTest.java119 public void scheduleTask() { in scheduleTask() method in JobSchedulerHelperTest
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/remoteaccess/
DRemoteAccessTestFragment.java194 private void scheduleTask(View v) { in scheduleTask() method in RemoteAccessTestFragment
/aosp_15_r20/packages/services/Car/service/src/com/android/car/remoteaccess/hal/
DRemoteAccessHalWrapper.java191 public void scheduleTask(ScheduleInfo scheduleInfo) in scheduleTask() method in RemoteAccessHalWrapper
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
H A DRxScheduler.kt107 private fun CoroutineScope.scheduleTask( in toString() method
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
H A DRxScheduler.kt107 private fun CoroutineScope.scheduleTask( in toString() method
/aosp_15_r20/frameworks/av/media/utils/
H A DTimerThread.cpp38 TimerThread::Handle TimerThread::scheduleTask( in scheduleTask() function in android::mediautils::TimerThread
/aosp_15_r20/tools/netsim/src/hci/
H A Dasync_manager.cc421 AsyncTaskId scheduleTask(const std::shared_ptr<Task> &task) { in scheduleTask() function in rootcanal::AsyncManager::AsyncTaskManager
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dasync_manager.cc415 AsyncTaskId scheduleTask(const std::shared_ptr<Task>& task) { in scheduleTask() function in rootcanal::AsyncManager::AsyncTaskManager
/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/hal/default/src/
H A DRemoteAccessService.cpp354 ScopedAStatus RemoteAccessService::scheduleTask(const ScheduleInfo& scheduleInfo) { in scheduleTask() function in android::hardware::automotive::remoteaccess::RemoteAccessService
/aosp_15_r20/packages/services/Car/service/src/com/android/car/remoteaccess/
DCarRemoteAccessService.java856 public void scheduleTask(TaskScheduleInfo scheduleInfo) { in scheduleTask() method in CarRemoteAccessService

12345678910>>...13