Home
last modified time | relevance | path

Searched refs:AccountSelectionPreference (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/settings/
DAccountSelectionPreference.java35 public class AccountSelectionPreference extends ListPreference implements class
39 boolean onAccountSelected(AccountSelectionPreference pref, PhoneAccountHandle account); in onAccountSelected()
40 void onAccountSelectionDialogShow(AccountSelectionPreference pref); in onAccountSelectionDialogShow()
41 void onAccountChanged(AccountSelectionPreference pref); in onAccountChanged()
51 public AccountSelectionPreference(Context context) { in AccountSelectionPreference() method in AccountSelectionPreference
55 public AccountSelectionPreference(Context context, AttributeSet attrs) { in AccountSelectionPreference() method in AccountSelectionPreference
DPhoneAccountSettingsFragment.java44 AccountSelectionPreference.AccountSelectionListener {
81 private AccountSelectionPreference mDefaultOutgoingAccount;
146 mDefaultOutgoingAccount = (AccountSelectionPreference) in onResume()
236 public boolean onAccountSelected(AccountSelectionPreference pref, PhoneAccountHandle account) { in onAccountSelected()
250 public void onAccountSelectionDialogShow(AccountSelectionPreference pref) { in onAccountSelectionDialogShow()
257 public void onAccountChanged(AccountSelectionPreference pref) {} in onAccountChanged()