Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/
H A DSyncRequest.java561 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, true); in build()
H A DContentResolver.java196 public static final String SYNC_EXTRAS_DO_NOT_RETRY = "do_not_retry"; field in ContentResolver
3390 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, false)
/aosp14/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
H A DRequestSync.java172 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, true); in parseArgs()
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncOperation.java536 return mImmutableExtras.getBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, false); in hasDoNotRetry()
H A DSyncManager.java4132 if (key.equals(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY)) { in isSyncSetting()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10119 field public static final String SYNC_EXTRAS_DO_NOT_RETRY = "do_not_retry";