HomeSort by relevance Sort by last modified time
    Searched refs:syncAdapters (Results 1 - 5 of 5) sorted by null

  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java 108 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes();
109 for (int i = 0, n = syncAdapters.length; i < n; i++) {
110 final SyncAdapterType sa = syncAdapters[i];
ChooseAccountActivity.java 171 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes();
172 for (int i = 0, n = syncAdapters.length; i < n; i++) {
173 final SyncAdapterType sa = syncAdapters[i];
ManageAccountsSettings.java 194 final SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes();
196 for (int k = 0, n = syncAdapters.length; k < n; k++) {
197 final SyncAdapterType sa = syncAdapters[k];
237 Log.v(TAG, "no syncadapters found for " + account);
AccountSyncSettings.java 433 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes();
436 for (int i = 0, n = syncAdapters.length; i < n; i++) {
437 final SyncAdapterType sa = syncAdapters[i];
  /frameworks/base/core/java/android/content/
SyncQueue.java 45 public SyncQueue(SyncStorageEngine syncStorageEngine, final SyncAdaptersCache syncAdapters) {
54 syncAdapters.getServiceInfo(

Completed in 21 milliseconds