Searched refs:amAccounts (Results 1 – 4 of 4) sorted by relevance
158 final android.accounts.Account[] amAccounts = in updateAccountManagerAccountsOfType() local161 for (android.accounts.Account amAccount: amAccounts) { in updateAccountManagerAccountsOfType()187 final android.accounts.Account[] amAccounts = in fixPeriodicSyncs() local189 for (android.accounts.Account amAccount : amAccounts) { in fixPeriodicSyncs()
113 final List<android.accounts.Account> amAccounts = getAllAmAccounts(context); in reconcileAccounts() local115 reconcileAccountsInternal(context, providerAccounts, amAccounts, true); in reconcileAccounts()
1586 final android.accounts.Account[] amAccounts = accountManager.getAccountsByType(type); in isAccountPresent() local1587 if (amAccounts != null) { in isAccountPresent()1588 for (android.accounts.Account account : amAccounts) { in isAccountPresent()
1722 final List<android.accounts.Account> amAccounts = new ArrayList<android.accounts.Account>(); in restoreAccounts() local1725 amAccounts.addAll(Arrays.asList(am.getAccountsByType(accountType))); in restoreAccounts()1729 for (final android.accounts.Account amAccount : amAccounts) { in restoreAccounts()