Searched refs:SYNC_EXTRAS_INITIALIZE (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/
H A DAbstractThreadedSyncAdapter.java58 * {@link ContentResolver#SYNC_EXTRAS_INITIALIZE} set will be internally handled by
87 && extras.getBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, false)) {
126 extras.putBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, true);
H A DSyncOperation.java105 if (asKey && ContentResolver.SYNC_EXTRAS_INITIALIZE.equals(key)) {
H A DSyncQueue.java147 !op.extras.getBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, false)
H A DSyncManager.java1670 op.extras.getBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, false);
1672 op.extras.putBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, true);
1675 op.extras.putBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, false);
1764 ContentResolver.SYNC_EXTRAS_INITIALIZE, false)
H A DContentResolver.java104 public static final String SYNC_EXTRAS_INITIALIZE = "initialize"; field in class:ContentResolver
1032 * {@link #SYNC_EXTRAS_INITIALIZE}, {@link #SYNC_EXTRAS_FORCE},
1056 || extras.getBoolean(SYNC_EXTRAS_INITIALIZE, false)

Completed in 217 milliseconds