Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DSyncRequest.java506 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, true); in build()
DContentResolver.java105 public static final String SYNC_EXTRAS_DO_NOT_RETRY = "do_not_retry"; field in ContentResolver
1993 || extras.getBoolean(SYNC_EXTRAS_DO_NOT_RETRY, false) in addPeriodicSync()
2018 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, false) in invalidPeriodicExtras()
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
DRequestSync.java106 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, true); in parseArgs()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java164 removeFalseExtra(bundle, ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY); in cleanBundle()
DSyncManager.java1051 if (operation.extras.getBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, false)) { in maybeRescheduleSync()
3218 if (key.equals(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY)) { in isSyncSetting()
/frameworks/base/docs/html/sdk/api_diff/8/
DmissingSinces.txt428 NO DOC BLOCK: android.content.ContentResolver Field SYNC_EXTRAS_DO_NOT_RETRY
/frameworks/base/api/
Dsystem-current.txt7298 field public static final java.lang.String SYNC_EXTRAS_DO_NOT_RETRY = "do_not_retry";
Dcurrent.txt7061 field public static final java.lang.String SYNC_EXTRAS_DO_NOT_RETRY = "do_not_retry";