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.java124 protected void scheduleBackgroundTask(int task) { in scheduleBackgroundTask() method in SynchronousContactsProvider2
129 protected void scheduleBackgroundTask(int task, Object arg) { in scheduleBackgroundTask() method in SynchronousContactsProvider2
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1563 scheduleBackgroundTask(
1657 scheduleBackgroundTask(BACKGROUND_TASK_INITIALIZE); in initialize()
1658 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_ACCOUNTS); in initialize()
1659 scheduleBackgroundTask(BACKGROUND_TASK_MIGRATE_PHONE_ACCOUNT_HANDLES); in initialize()
1660 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_LOCALE); in initialize()
1661 scheduleBackgroundTask(BACKGROUND_TASK_UPGRADE_AGGREGATION_ALGORITHM); in initialize()
1662 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_SEARCH_INDEX); in initialize()
1663 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_PROVIDER_STATUS); in initialize()
1664 scheduleBackgroundTask(BACKGROUND_TASK_OPEN_WRITE_ACCESS); in initialize()
1665 scheduleBackgroundTask(BACKGROUND_TASK_CLEANUP_PHOTOS); in initialize()
[all …]