Searched refs:scheduleBackgroundTask (Results 1 – 3 of 3) sorted by relevance
132 protected void scheduleBackgroundTask(int task) { in scheduleBackgroundTask() method in SynchronousContactsProvider2137 protected void scheduleBackgroundTask(int task, Object arg) { in scheduleBackgroundTask() method in SynchronousContactsProvider2
203 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
1621 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 …]