Home
last modified time | relevance | path

Searched refs:onAccountSelected (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/phone/settings/
DAccountSelectionPreference.java39 boolean onAccountSelected(AccountSelectionPreference pref, PhoneAccountHandle account); in onAccountSelected() method
115 if (mListener.onAccountSelected(this, account)) { in onPreferenceChange()
DPhoneAccountSettingsFragment.java236 public boolean onAccountSelected(AccountSelectionPreference pref, PhoneAccountHandle account) { in onAccountSelected() method in PhoneAccountSettingsFragment
/packages/apps/Contacts/src/com/android/contacts/editor/
DSelectAccountDialogFragment.java105 onAccountSelected(mAccountsAdapter.getItem(which)); in onCreateDialog()
135 private void onAccountSelected(AccountWithDataSet account) { in onAccountSelected() method in SelectAccountDialogFragment