Searched refs:mAccountList (Results 1 – 3 of 3) sorted by relevance
68 private PreferenceCategory mAccountList; field in PhoneAccountSettingsFragment129 mAccountList = (PreferenceCategory) getPreferenceScreen().findPreference( in onResume()320 mAccountList.addPreference(accountPreference); in initAccountList()329 if (mAccountList != null) { in updateAccounts()330 mAccountList.removeAll(); in updateAccounts()348 mAccountList.addPreference(mAllCallingAccounts); in updateAccounts()350 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()
89 final AccountWithDataSet account = mAccountList.get(which); in onCreate()