Searched refs:mAccountList (Results 1 – 3 of 3) sorted by relevance
71 private PreferenceCategory mAccountList; field in PhoneAccountSettingsFragment138 mAccountList = (PreferenceCategory) getPreferenceScreen().findPreference( in onResume()330 mAccountList.addPreference(accountPreference); in initAccountList()339 if (mAccountList != null) { in updateAccounts()340 mAccountList.removeAll(); in updateAccounts()358 mAccountList.addPreference(mAllCallingAccounts); in updateAccounts()360 mAccountList.removePreference(mAllCallingAccounts); 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()
88 final AccountWithDataSet account = mAccountList.get(which); in onCreate()