Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DSyncRequest.java523 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, true); in build()
DContentResolver.java126 public static final String SYNC_EXTRAS_DO_NOT_RETRY = "do_not_retry"; field in ContentResolver
2440 || extras.getBoolean(SYNC_EXTRAS_DO_NOT_RETRY, false) in addPeriodicSync()
2465 || 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/
DSyncManager.java1524 if (operation.extras.getBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, false) in maybeRescheduleSync()
3372 if (key.equals(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY)) { in isSyncSetting()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7059 field public static final java.lang.String SYNC_EXTRAS_DO_NOT_RETRY = "do_not_retry";
/frameworks/base/api/
Dcurrent.txt8718 field public static final java.lang.String SYNC_EXTRAS_DO_NOT_RETRY = "do_not_retry";
Dsystem-current.txt9219 field public static final java.lang.String SYNC_EXTRAS_DO_NOT_RETRY = "do_not_retry";