Searched refs:accountPreference (Results 1 – 2 of 2) sorted by relevance
59 final Preference accountPreference = screen.findPreference(getPreferenceKey()); in displayPreference() local60 if (accountPreference != null && (mAccounts == null || mAccounts.length == 0)) { in displayPreference()61 screen.removePreference(accountPreference); in displayPreference()66 accountPreference.setSummary(mAccounts[0].name); in displayPreference()68 accountPreference.setSummary(getAccountSummary(mAccounts.length)); in displayPreference()
311 Preference accountPreference = new Preference(getActivity()); in initAccountList() local315 accountPreference.setTitle((TextUtils.isEmpty(accountLabel) && isSimAccount) in initAccountList()321 accountPreference.setIcon(icon.loadDrawable(getActivity())); in initAccountList()326 accountPreference.setIntent(intent); in initAccountList()329 accountPreference.setOrder(order++); in initAccountList()330 mAccountList.addPreference(accountPreference); in initAccountList()