Home
last modified time | relevance | path

Searched refs:SYNC_EXTRAS_UPLOAD (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/content/
DSyncActivityTooManyDeletes.java121 extras.putBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, true); in startSyncReallyDelete()
130 extras.putBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, true); in startSyncUndoDeletes()
DContentResolver.java118 public static final String SYNC_EXTRAS_UPLOAD = "upload"; field in ContentResolver
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
DRequestSync.java116 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, true); in parseArgs()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java160 removeFalseExtra(bundle, ContentResolver.SYNC_EXTRAS_UPLOAD); in cleanBundle()
DSyncManager.java682 final boolean uploadOnly = extras.getBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, false); in scheduleSync()
812 extras.putBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, true); in scheduleLocalSync()
1056 } else if (operation.extras.getBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, false) in maybeRescheduleSync()
1059 operation.extras.remove(ContentResolver.SYNC_EXTRAS_UPLOAD); in maybeRescheduleSync()
3224 if (key.equals(ContentResolver.SYNC_EXTRAS_UPLOAD)) { in isSyncSetting()
/frameworks/base/api/
Dsystem-current.txt7306 field public static final java.lang.String SYNC_EXTRAS_UPLOAD = "upload";
Dcurrent.txt7069 field public static final java.lang.String SYNC_EXTRAS_UPLOAD = "upload";