Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DSyncActivityTooManyDeletes.java118 extras.putBoolean(ContentResolver.SYNC_EXTRAS_OVERRIDE_TOO_MANY_DELETIONS, true); in startSyncReallyDelete()
DContentResolver.java131 public static final String SYNC_EXTRAS_OVERRIDE_TOO_MANY_DELETIONS = "deletions_override"; field in ContentResolver
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
DRequestSync.java114 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_OVERRIDE_TOO_MANY_DELETIONS, true); in parseArgs()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java170 removeFalseExtra(bundle, ContentResolver.SYNC_EXTRAS_OVERRIDE_TOO_MANY_DELETIONS); in cleanBundle()
DSyncManager.java3403 if (key.equals(ContentResolver.SYNC_EXTRAS_OVERRIDE_TOO_MANY_DELETIONS)) { in isSyncSetting()
/frameworks/base/api/
Dcurrent.txt7560 …field public static final java.lang.String SYNC_EXTRAS_OVERRIDE_TOO_MANY_DELETIONS = "deletions_ov…
Dsystem-current.txt7800 …field public static final java.lang.String SYNC_EXTRAS_OVERRIDE_TOO_MANY_DELETIONS = "deletions_ov…