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

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

Completed in 12 milliseconds