HomeSort by relevance Sort by last modified time
    Searched refs:mAccountList (Results 1 - 3 of 3) sorted by null

  /packages/services/Telephony/src/com/android/phone/settings/
PhoneAccountSettingsFragment.java 71 private PreferenceCategory mAccountList;
123 mAccountList = (PreferenceCategory) getPreferenceScreen().findPreference(
142 mAccountList.removePreference(mDefaultOutgoingAccount);
148 mAccountList.removePreference(allAccounts);
151 getPreferenceScreen().removePreference(mAccountList);
386 mAccountList.addPreference(accountPreference);
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountSelectionUtil.java 61 final protected List<AccountWithDataSet> mAccountList;
69 mAccountList = accountList;
83 doImport(mActivity, mResId, mAccountList.get(which), mSubscriptionId);
  /packages/apps/Contacts/src/com/android/contacts/vcard/
SelectAccountActivity.java 86 final AccountWithDataSet account = mAccountList.get(which);

Completed in 243 milliseconds