Searched refs:SYNC_EXTRAS_INITIALIZE (Results 1 – 7 of 7) sorted by relevance
176 && extras.getBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, false)) { in startSync()228 extras.putBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, true); in initialize()
160 public static final String SYNC_EXTRAS_INITIALIZE = "initialize"; field in ContentResolver2056 || extras.getBoolean(SYNC_EXTRAS_INITIALIZE, false) in addPeriodicSync()2081 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, false) in invalidPeriodicExtras()
110 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, true); in parseArgs()
264 return extras.getBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, false); in isInitialization()
864 newExtras.putBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, true); in scheduleSync()3421 if (key.equals(ContentResolver.SYNC_EXTRAS_INITIALIZE)) { in isSyncSetting()
7558 field public static final java.lang.String SYNC_EXTRAS_INITIALIZE = "initialize";
7798 field public static final java.lang.String SYNC_EXTRAS_INITIALIZE = "initialize";