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 120 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes();
121 for (int i = 0, n = syncAdapters.length; i < n; i++) {
122 final SyncAdapterType sa = syncAdapters[i];
ManageAccountsSettings.java 188 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes();
198 for (int j = 0; j < syncAdapters.length; j++) {
199 SyncAdapterType sa = syncAdapters[j];
200 if (syncAdapters[j].accountType.equals(mAccountType)
225 final SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes();
227 for (int k = 0, n = syncAdapters.length; k < n; k++) {
228 final SyncAdapterType sa = syncAdapters[k];
274 Log.v(TAG, "no syncadapters found for " + account);
ChooseAccountActivity.java 171 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes();
172 for (int i = 0, n = syncAdapters.length; i < n; i++) {
173 final SyncAdapterType sa = syncAdapters[i];
AccountSyncSettings.java 449 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes();
452 for (int i = 0, n = syncAdapters.length; i < n; i++) {
453 final SyncAdapterType sa = syncAdapters[i];
  /frameworks/base/services/java/com/android/server/content/
SyncQueue.java 55 final SyncAdaptersCache syncAdapters) {
58 mSyncAdapters = syncAdapters;

Completed in 284 milliseconds