HomeSort by relevance Sort by last modified time
    Searched refs:AccountSelectionPreference (Results 1 - 3 of 3) sorted by null

  /packages/services/Telephony/src/com/android/phone/settings/
AccountSelectionPreference.java 36 public class AccountSelectionPreference extends ListPreference implements
40 boolean onAccountSelected(AccountSelectionPreference pref, PhoneAccountHandle account);
41 void onAccountSelectionDialogShow(AccountSelectionPreference pref);
42 void onAccountChanged(AccountSelectionPreference pref);
52 public AccountSelectionPreference(Context context) {
56 public AccountSelectionPreference(Context context, AttributeSet attrs) {
PhoneAccountSettingsFragment.java 32 AccountSelectionPreference.AccountSelectionListener {
58 private AccountSelectionPreference mDefaultOutgoingAccount;
59 private AccountSelectionPreference mSelectCallAssistant;
99 mDefaultOutgoingAccount = (AccountSelectionPreference)
116 mSelectCallAssistant = (AccountSelectionPreference)
220 public boolean onAccountSelected(AccountSelectionPreference pref, PhoneAccountHandle account) {
237 public void onAccountSelectionDialogShow(AccountSelectionPreference pref) {
250 public void onAccountChanged(AccountSelectionPreference pref) {
  /packages/services/Telephony/src/com/android/phone/
CallFeaturesSetting.java 57 import com.android.phone.settings.AccountSelectionPreference;
    [all...]

Completed in 2317 milliseconds