HomeSort by relevance Sort by last modified time
    Searched defs:allAccounts (Results 1 - 6 of 6) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionProcessor.java 303 List<PhoneAccount> allAccounts = mPhoneAccountRegistrar.getAllPhoneAccounts();
305 if (allAccounts.isEmpty()) {
311 allAccounts = new ArrayList<PhoneAccount>();
312 allAccounts.add(TelephonyUtil.getDefaultEmergencyPhoneAccount());
317 for (PhoneAccount phoneAccount : allAccounts) {
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 539 final Account[] allAccounts = new Account[initialLength];
542 allAccounts[i++] = cursor.getModel();
546 return allAccounts;
    [all...]
  /packages/services/Telephony/src/com/android/phone/settings/
PhoneAccountSettingsFragment.java 144 Preference allAccounts = getPreferenceScreen().findPreference(ALL_CALLING_ACCOUNTS_KEY);
146 if (allNonSimAccounts.isEmpty() && allAccounts != null) {
147 mAccountList.removePreference(allAccounts);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 386 final List<AccountWithDataSet> allAccounts = Lists.newArrayList();
490 allAccounts.add(accountWithDataSet);
502 Collections.sort(allAccounts, ACCOUNT_COMPARATOR);
510 mAccounts = allAccounts;
514 mContext, allAccounts, accountTypesByTypeAndDataSet);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListFragment.java 391 public void onChanged(Account[] allAccounts) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 767 final Account[] allAccounts = AccountUtils.getAccounts(this);
768 if (allAccounts == null || allAccounts.length == 0) {
    [all...]

Completed in 401 milliseconds