Searched refs:BACKGROUND_TASK_INITIALIZE (Results 1 – 3 of 3) sorted by relevance
106 protected static final int BACKGROUND_TASK_INITIALIZE = 0; field in CallLogProvider366 mTaskScheduler.scheduleTask(BACKGROUND_TASK_INITIALIZE, null); in onCreate()1368 if (task == BACKGROUND_TASK_INITIALIZE) { in performBackgroundTask()
257 private static final int BACKGROUND_TASK_INITIALIZE = 0; field in ContactsProvider21657 scheduleBackgroundTask(BACKGROUND_TASK_INITIALIZE); in initialize()1788 case BACKGROUND_TASK_INITIALIZE: { in performBackgroundTask()
310 mCallLogProvider.performBackgroundTask(mCallLogProvider.BACKGROUND_TASK_INITIALIZE, null); in testPhoneAccountHandleMigrationInitiation()