Home
last modified time | relevance | path

Searched refs:syncAdapters (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accounts/
DManageAccountsSettings.java191 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes(); in requestOrCancelSyncForAccounts() local
201 for (int j = 0; j < syncAdapters.length; j++) { in requestOrCancelSyncForAccounts()
202 SyncAdapterType sa = syncAdapters[j]; in requestOrCancelSyncForAccounts()
203 if (syncAdapters[j].accountType.equals(mAccountType) in requestOrCancelSyncForAccounts()
228 final SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes(); in onSyncStateUpdated() local
230 for (int k = 0, n = syncAdapters.length; k < n; k++) { in onSyncStateUpdated()
231 final SyncAdapterType sa = syncAdapters[k]; in onSyncStateUpdated()
DAccountPreferenceBase.java120 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes(); in getAuthoritiesForAccountType() local
121 for (int i = 0, n = syncAdapters.length; i < n; i++) { in getAuthoritiesForAccountType()
122 final SyncAdapterType sa = syncAdapters[i]; in getAuthoritiesForAccountType()
DChooseAccountActivity.java171 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes(); in getAuthoritiesForAccountType() local
172 for (int i = 0, n = syncAdapters.length; i < n; i++) { in getAuthoritiesForAccountType()
173 final SyncAdapterType sa = syncAdapters[i]; in getAuthoritiesForAccountType()
DAccountSyncSettings.java448 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes(); in updateAccountCheckboxes() local
451 for (int i = 0, n = syncAdapters.length; i < n; i++) { in updateAccountCheckboxes()
452 final SyncAdapterType sa = syncAdapters[i]; in updateAccountCheckboxes()