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.java530 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, true); in build()
DContentResolver.java164 public static final String SYNC_EXTRAS_DO_NOT_RETRY = "do_not_retry"; field in ContentResolver
2838 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, false)
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
DRequestSync.java172 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, true); in parseArgs()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java1705 if (operation.extras.getBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, false) in maybeRescheduleSync()
3935 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/non-updatable-api/
Dcurrent.txt9609 field public static final String SYNC_EXTRAS_DO_NOT_RETRY = "do_not_retry";
/frameworks/base/api/
Dcurrent.txt9609 field public static final String SYNC_EXTRAS_DO_NOT_RETRY = "do_not_retry";