Home
last modified time | relevance | path

Searched defs:scheduleBackgroundTask (Results 1 – 3 of 3) 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 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.java1671 protected void scheduleBackgroundTask(int task) { in scheduleBackgroundTask() method in ContactsProvider2
1675 protected void scheduleBackgroundTask(int task, Object arg) { in scheduleBackgroundTask() method in ContactsProvider2