Home | History | Annotate | Download | only in content

Lines Matching defs:SYNC_EXTRAS_DO_NOT_RETRY

99     public static final String SYNC_EXTRAS_DO_NOT_RETRY = "do_not_retry";
1530 * Periodic syncs are not allowed to have any of {@link #SYNC_EXTRAS_DO_NOT_RETRY},
1556 || extras.getBoolean(SYNC_EXTRAS_DO_NOT_RETRY, false)