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.java132 protected void scheduleBackgroundTask(int task) { in scheduleBackgroundTask() method in SynchronousContactsProvider2
137 protected void scheduleBackgroundTask(int task, Object arg) { in scheduleBackgroundTask() method in SynchronousContactsProvider2
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java203 scheduleBackgroundTask(BACKGROUND_TASK_INITIALIZE, null); in onCreate()
418 scheduleBackgroundTask(BACKGROUND_TASK_ADJUST_PHONE_ACCOUNT, handle); in adjustForNewPhoneAccount()
701 private void scheduleBackgroundTask(int task, Object arg) { in scheduleBackgroundTask() method in CallLogProvider
DContactsProvider2.java1621 scheduleBackgroundTask(BACKGROUND_TASK_INITIALIZE); in initialize()
1622 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_ACCOUNTS); in initialize()
1623 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_LOCALE); in initialize()
1624 scheduleBackgroundTask(BACKGROUND_TASK_UPGRADE_AGGREGATION_ALGORITHM); in initialize()
1625 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_SEARCH_INDEX); in initialize()
1626 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_PROVIDER_STATUS); in initialize()
1627 scheduleBackgroundTask(BACKGROUND_TASK_OPEN_WRITE_ACCESS); in initialize()
1628 scheduleBackgroundTask(BACKGROUND_TASK_CLEANUP_PHOTOS); in initialize()
1629 scheduleBackgroundTask(BACKGROUND_TASK_CLEAN_DELETE_LOG); in initialize()
1730 protected void scheduleBackgroundTask(int task) { in scheduleBackgroundTask() method in ContactsProvider2
[all …]