Searched refs:syncAdapters (Results 1 – 4 of 4) sorted by relevance
191 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes(); in requestOrCancelSyncForAccounts() local201 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() local230 for (int k = 0, n = syncAdapters.length; k < n; k++) { in onSyncStateUpdated()231 final SyncAdapterType sa = syncAdapters[k]; in onSyncStateUpdated()
120 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes(); in getAuthoritiesForAccountType() local121 for (int i = 0, n = syncAdapters.length; i < n; i++) { in getAuthoritiesForAccountType()122 final SyncAdapterType sa = syncAdapters[i]; in getAuthoritiesForAccountType()
171 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes(); in getAuthoritiesForAccountType() local172 for (int i = 0, n = syncAdapters.length; i < n; i++) { in getAuthoritiesForAccountType()173 final SyncAdapterType sa = syncAdapters[i]; in getAuthoritiesForAccountType()
448 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes(); in updateAccountCheckboxes() local451 for (int i = 0, n = syncAdapters.length; i < n; i++) { in updateAccountCheckboxes()452 final SyncAdapterType sa = syncAdapters[i]; in updateAccountCheckboxes()