Home
last modified time | relevance | path

Searched refs:scheduleBackgroundTask (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DSynchronousContactsProvider2.java123 protected void scheduleBackgroundTask(int task) { in scheduleBackgroundTask() method in SynchronousContactsProvider2
128 protected void scheduleBackgroundTask(int task, Object arg) { in scheduleBackgroundTask() method in SynchronousContactsProvider2
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraAllocator.h59 virtual uint32_t scheduleBackgroundTask(BackgroundTask* bgTask) = 0;
H A DQCamera2HWI.h516 virtual uint32_t scheduleBackgroundTask(BackgroundTask* bgTask);
H A DQCameraStream.cpp761 mAllocTaskId = mAllocator.scheduleBackgroundTask(&mAllocTask); in init()
818 mMapTaskId = mAllocator.scheduleBackgroundTask(&mMapTask); in init()
H A DQCamera2HWI.cpp11088 uint32_t QCamera2HardwareInterface::scheduleBackgroundTask(BackgroundTask* bgTask) in scheduleBackgroundTask() function in qcamera::QCamera2HardwareInterface
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1560 scheduleBackgroundTask(BACKGROUND_TASK_INITIALIZE); in initialize()
1561 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_ACCOUNTS); in initialize()
1562 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_LOCALE); in initialize()
1566 scheduleBackgroundTask(BACKGROUND_TASK_OPEN_WRITE_ACCESS); in initialize()
1567 scheduleBackgroundTask(BACKGROUND_TASK_CLEANUP_PHOTOS); in initialize()
1568 scheduleBackgroundTask(BACKGROUND_TASK_CLEAN_DELETE_LOG); in initialize()
1671 protected void scheduleBackgroundTask(int task) { in scheduleBackgroundTask() method in ContactsProvider2
1672 scheduleBackgroundTask(task, null); in scheduleBackgroundTask()
1675 protected void scheduleBackgroundTask(int task, Object arg) { in scheduleBackgroundTask() method in ContactsProvider2
1783 scheduleBackgroundTask(BACKGROUND_TASK_CHANGE_LOCALE); in onLocaleChanged()
[all …]