Home
last modified time | relevance | path

Searched refs:mAccountList (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java56 private PreferenceCategory mAccountList; field in PhoneAccountSettingsFragment
86 mAccountList = (PreferenceCategory) getPreferenceScreen().findPreference( in onResume()
95 getPreferenceScreen().removePreference(mAccountList); in onResume()
327 mAccountList.addPreference(accountPreference); in initAccountList()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DAccountSelectionUtil.java60 final protected List<AccountWithDataSet> mAccountList; field in AccountSelectionUtil.AccountSelectedListener
68 mAccountList = accountList; in AccountSelectedListener()
82 doImport(mContext, mResId, mAccountList.get(which), mSubscriptionId); in onClick()
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DSelectAccountActivity.java86 final AccountWithDataSet account = mAccountList.get(which); in onCreate()