Home | History | Annotate | Download | only in content

Lines Matching refs:SYNC_EXTRAS_IGNORE_BACKOFF

685             extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true);
1044 // The SYNC_EXTRAS_IGNORE_BACKOFF only applies to the first attempt to sync a given
1047 if (operation.extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false)) {
1048 operation.extras.remove(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF);
3215 if (key.equals(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF)) {