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.java38 AccountSelectionPreference.AccountSelectionListener {
70 private AccountSelectionPreference mDefaultOutgoingAccount;
131 mDefaultOutgoingAccount = (AccountSelectionPreference) in onResume()
173 public boolean onAccountSelected(AccountSelectionPreference pref, PhoneAccountHandle account) { in onAccountSelected()
187 public void onAccountSelectionDialogShow(AccountSelectionPreference pref) { in onAccountSelectionDialogShow()
194 public void onAccountChanged(AccountSelectionPreference pref) {} in onAccountChanged()