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

  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
SelectAccountDialogFragment.java 81 ((Listener) getActivity()).onAccountChosen(accountAdapter.getItem(which),
99 void onAccountChosen(Account account, String dataSet, int tag);
AllIntentsActivity.java 500 public void onAccountChosen(Account account, String dataSet, int tag) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/editor/
SelectAccountDialogFragment.java 55 * {@link Listener#onAccountChosen}. {@code null} will be converted to
115 * Calls {@link Listener#onAccountChosen} of {@code targetFragment}.
121 target.onAccountChosen(account, getArguments().getBundle(KEY_EXTRA_ARGS));
126 void onAccountChosen(AccountWithDataSet account, Bundle extraArgs);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
ImportExportDialogFragment.java 315 public void onAccountChosen(AccountWithDataSet account, Bundle extraArgs) {
326 // See onAccountChosen() -- at this point the dialog is still showing. Close it.
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 342 public void onAccountChosen(AccountWithDataSet account, Bundle extraArgs) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]

Completed in 295 milliseconds