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 56 private PreferenceCategory mAccountList;
86 mAccountList = (PreferenceCategory) getPreferenceScreen().findPreference(
95 getPreferenceScreen().removePreference(mAccountList);
327 mAccountList.addPreference(accountPreference);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountSelectionUtil.java 60 final protected List<AccountWithDataSet> mAccountList;
68 mAccountList = accountList;
82 doImport(mContext, mResId, mAccountList.get(which), mSubscriptionId);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
SelectAccountActivity.java 86 final AccountWithDataSet account = mAccountList.get(which);

Completed in 711 milliseconds