Searched refs:SYNC_EXTRAS_MANUAL (Results 1 – 9 of 9) sorted by relevance
119 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true); in startSyncReallyDelete()128 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true); in startSyncUndoDeletes()
202 public static final String SYNC_EXTRAS_MANUAL = "force"; field in ContentResolver3389 return extras.getBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, false)
117 b1.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true); in testSyncExtrasEqualsFails_WithNull()121 b2.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true); in testSyncExtrasEqualsFails_WithNull()
178 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true); in parseArgs()
544 return mImmutableExtras.getBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, false); in isManual()
1089 final boolean manualSync = extras.getBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, false); in scheduleSync()4190 if (key.equals(ContentResolver.SYNC_EXTRAS_MANUAL)) { in isSyncSetting()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7065 field public static final java.lang.String SYNC_EXTRAS_MANUAL = "force";
10460 field public static final String SYNC_EXTRAS_MANUAL = "force";