Home | History | Annotate | Download | only in accounts

Lines Matching defs:ContentResolver

28 import android.content.ContentResolver;
258 boolean syncActive = ContentResolver.getCurrentSync() != null;
285 boolean syncAutomatically = ContentResolver.getSyncAutomatically(account, authority);
293 ContentResolver.setSyncAutomatically(account, authority, syncOn);
297 if (!ContentResolver.getMasterSyncAutomatically() || !syncOn) {
346 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
347 ContentResolver.requestSync(account, authority, extras);
349 ContentResolver.cancelSync(account, authority);
371 List<SyncInfo> currentSyncs = ContentResolver.getCurrentSyncs();
387 SyncStatusInfo status = ContentResolver.getSyncStatus(account, authority);
388 boolean syncEnabled = ContentResolver.getSyncAutomatically(account, authority);
396 != ContentResolver.SYNC_ERROR_SYNC_ALREADY_IN_PROGRESS;
418 int syncState = ContentResolver.getIsSyncable(account, authority);
428 final boolean masterSyncAutomatically = ContentResolver.getMasterSyncAutomatically();
449 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes();
487 int syncState = ContentResolver.getIsSyncable(account, authority);