Home | History | Annotate | Download | only in requestsync

Lines Matching defs:ContentResolver

21 import android.content.ContentResolver;
33 private int mExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE;
40 caller.mExtras.putInt(ContentResolver.SYNC_VIRTUAL_EXTRAS_EXEMPTION_FLAG, flag);
41 if (flag == ContentResolver.SYNC_EXEMPTION_NONE) {
54 ContentResolver.requestSync(request);
60 ContentResolver.addPeriodicSync(caller.mAccount, caller.mAuthority, caller.mExtras,
67 ContentResolver.removePeriodicSync(
166 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true);
168 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true);
170 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DISCARD_LOCAL_DELETIONS, true);
172 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, true);
174 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
176 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, true);
178 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
180 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_OVERRIDE_TOO_MANY_DELETIONS, true);
182 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, true);
184 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_REQUIRE_CHARGING, true);
214 mExemptionFlag = ContentResolver.SYNC_EXEMPTION_PROMOTE_BUCKET;
217 mExemptionFlag = ContentResolver.SYNC_EXEMPTION_PROMOTE_BUCKET_WITH_TEMP;
300 " ContentResolver extra options:\n" +