Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSynchronousContactsProvider2.java125 protected void scheduleBackgroundTask(int task) { in scheduleBackgroundTask() method in SynchronousContactsProvider2
130 protected void scheduleBackgroundTask(int task, Object arg) { in scheduleBackgroundTask() method in SynchronousContactsProvider2
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1509 scheduleBackgroundTask(BACKGROUND_TASK_INITIALIZE); in initialize()
1510 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_ACCOUNTS); in initialize()
1511 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_LOCALE); in initialize()
1512 scheduleBackgroundTask(BACKGROUND_TASK_UPGRADE_AGGREGATION_ALGORITHM); in initialize()
1513 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_SEARCH_INDEX); in initialize()
1514 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_PROVIDER_STATUS); in initialize()
1515 scheduleBackgroundTask(BACKGROUND_TASK_OPEN_WRITE_ACCESS); in initialize()
1516 scheduleBackgroundTask(BACKGROUND_TASK_CLEANUP_PHOTOS); in initialize()
1517 scheduleBackgroundTask(BACKGROUND_TASK_CLEAN_DELETE_LOG); in initialize()
1628 protected void scheduleBackgroundTask(int task) { in scheduleBackgroundTask() method in ContactsProvider2
[all …]
DCallLogProvider.java163 scheduleBackgroundTask(BACKGROUND_TASK_INITIALIZE); in onCreate()
546 private void scheduleBackgroundTask(int task) { in scheduleBackgroundTask() method in CallLogProvider