Searched refs:SYNC_EXTRAS_INITIALIZE (Results 1 – 8 of 8) sorted by relevance
163 && extras.getBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, false)) { in startSync()215 extras.putBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, true); in initialize()
154 public static final String SYNC_EXTRAS_INITIALIZE = "initialize"; field in ContentResolver1996 || extras.getBoolean(SYNC_EXTRAS_INITIALIZE, false) in addPeriodicSync()2021 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, false) in invalidPeriodicExtras()
110 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, true); in parseArgs()
261 return extras.getBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, false); in isInitialization()
770 newExtras.putBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, true); in scheduleSync()3245 if (key.equals(ContentResolver.SYNC_EXTRAS_INITIALIZE)) { in isSyncSetting()
489 NO DOC BLOCK: android.content.ContentResolver Field SYNC_EXTRAS_INITIALIZE
7303 field public static final java.lang.String SYNC_EXTRAS_INITIALIZE = "initialize";
7066 field public static final java.lang.String SYNC_EXTRAS_INITIALIZE = "initialize";