Searched refs:mAccountList (Results 1 – 3 of 3) sorted by relevance
80 private PreferenceCategory mAccountList; field in PhoneAccountSettingsFragment145 mAccountList = (PreferenceCategory) getPreferenceScreen().findPreference( in onResume()400 mAccountList.addPreference(accountPreference); in initAccountList()409 if (mAccountList != null) { in updateAccounts()410 mAccountList.removeAll(); in updateAccounts()433 mAccountList.addPreference(mAllCallingAccounts); in updateAccounts()435 mAccountList.removePreference(mAllCallingAccounts); in updateAccounts()438 getPreferenceScreen().removePreference(mAccountList); in updateAccounts()
61 final protected List<AccountWithDataSet> mAccountList; field in AccountSelectionUtil.AccountSelectedListener69 mAccountList = accountList; in AccountSelectedListener()83 doImport(mActivity, mResId, mAccountList.get(which), mSubscriptionId); in onClick()
86 final AccountWithDataSet account = mAccountList.get(which); in onCreate()