Searched refs:allAccounts (Results 1 – 10 of 10) sorted by relevance
81 public void updateAccountList(Account[] allAccounts) { in updateAccountList() argument82 if (allAccounts == null) { in updateAccountList()86 final List<Uri> newAccounts = new ArrayList<Uri>(allAccounts.length); in updateAccountList()87 for (final Account account : allAccounts) { in updateAccountList()
77 public abstract void onChanged(Account[] allAccounts); in onChanged() argument
539 final Account[] allAccounts = new Account[initialLength]; in getAllAccounts() local542 allAccounts[i++] = cursor.getModel(); in getAllAccounts()546 return allAccounts; in getAllAccounts()
297 List<PhoneAccount> allAccounts = mPhoneAccountRegistrar in adjustAttemptsForEmergency() local300 if (allAccounts.isEmpty()) { in adjustAttemptsForEmergency()306 allAccounts = new ArrayList<PhoneAccount>(); in adjustAttemptsForEmergency()307 allAccounts.add(TelephonyUtil.getDefaultEmergencyPhoneAccount()); in adjustAttemptsForEmergency()311 for (PhoneAccount phoneAccount : allAccounts) { in adjustAttemptsForEmergency()
1197 List<PhoneAccountHandle> allAccounts = in constructPossiblePhoneAccounts() local1222 allAccounts.removeAll(simAccounts); in constructPossiblePhoneAccounts()1225 return allAccounts; in constructPossiblePhoneAccounts()
386 final List<AccountWithDataSet> allAccounts = Lists.newArrayList(); in loadAccountsInBackground() local490 allAccounts.add(accountWithDataSet); in loadAccountsInBackground()502 Collections.sort(allAccounts, ACCOUNT_COMPARATOR); in loadAccountsInBackground()510 mAccounts = allAccounts; in loadAccountsInBackground()514 mContext, allAccounts, accountTypesByTypeAndDataSet); in loadAccountsInBackground()
145 Preference allAccounts = getPreferenceScreen().findPreference(ALL_CALLING_ACCOUNTS_KEY); in onResume() local147 if (allNonSimAccounts.isEmpty() && allAccounts != null) { in onResume()148 mAccountList.removePreference(allAccounts); in onResume()
391 public void onChanged(Account[] allAccounts) { in onActivityCreated()1348 final Account[] allAccounts = getAllAccounts(); in buildAccountListDrawerItems() local1349 final List<DrawerItem> accountList = new ArrayList<>(allAccounts.length); in buildAccountListDrawerItems()1352 for (final Account account : allAccounts) { in buildAccountListDrawerItems()
2861 final Account[] allAccounts = Account.getAllAccounts(accounts);2867 for (final Account account : allAccounts) {2884 Account newAccount = allAccounts[0];2899 for (final Account account : allAccounts) {2914 mAllAccounts = allAccounts;2916 return (allAccounts.length > 0);
767 final Account[] allAccounts = AccountUtils.getAccounts(this); in checkValidAccounts() local768 if (allAccounts == null || allAccounts.length == 0) { in checkValidAccounts()777 for (Account a : allAccounts) { in checkValidAccounts()