Searched refs:accountPreference (Results 1 – 2 of 2) sorted by relevance
60 final Preference accountPreference = screen.findPreference(getPreferenceKey()); in displayPreference() local61 if (accountPreference != null && (mAccounts == null || mAccounts.length == 0)) { in displayPreference()62 screen.removePreference(accountPreference); in displayPreference()66 accountPreference.setSummary(mAccounts[0].name); in displayPreference()
301 Preference accountPreference = new Preference(getActivity()); in initAccountList() local305 accountPreference.setTitle((TextUtils.isEmpty(accountLabel) && isSimAccount) in initAccountList()311 accountPreference.setIcon(icon.loadDrawable(getActivity())); in initAccountList()316 accountPreference.setIntent(intent); in initAccountList()319 accountPreference.setOrder(order++); in initAccountList()320 mAccountList.addPreference(accountPreference); in initAccountList()