Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSynchronousContactsProvider2.java130 protected void scheduleBackgroundTask(int task) { in scheduleBackgroundTask() method in SynchronousContactsProvider2
135 protected void scheduleBackgroundTask(int task, Object arg) { in scheduleBackgroundTask() method in SynchronousContactsProvider2
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1566 scheduleBackgroundTask(BACKGROUND_TASK_INITIALIZE); in initialize()
1567 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_ACCOUNTS); in initialize()
1568 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_LOCALE); in initialize()
1569 scheduleBackgroundTask(BACKGROUND_TASK_UPGRADE_AGGREGATION_ALGORITHM); in initialize()
1570 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_SEARCH_INDEX); in initialize()
1571 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_PROVIDER_STATUS); in initialize()
1572 scheduleBackgroundTask(BACKGROUND_TASK_OPEN_WRITE_ACCESS); in initialize()
1573 scheduleBackgroundTask(BACKGROUND_TASK_CLEANUP_PHOTOS); in initialize()
1574 scheduleBackgroundTask(BACKGROUND_TASK_CLEAN_DELETE_LOG); in initialize()
1677 protected void scheduleBackgroundTask(int task) { in scheduleBackgroundTask() method in ContactsProvider2
[all …]