Searched defs:SYNC_EXTRAS_DO_NOT_RETRY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DContentResolver.java96 public static final String SYNC_EXTRAS_DO_NOT_RETRY = "do_not_retry"; field in class:ContentResolver
1235 * Periodic syncs are not allowed to have any of {@link #SYNC_EXTRAS_DO_NOT_RETRY},
1258 || extras.getBoolean(SYNC_EXTRAS_DO_NOT_RETRY, false)

Completed in 222 milliseconds