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 630 public void onAccountChosen(Account account, String dataSet, int tag) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/editor/
SelectAccountDialogFragment.java 54 * {@link Listener#onAccountChosen}. {@code null} will be converted to
107 * Calls {@link Listener#onAccountChosen} of {@code targetFragment}.
113 target.onAccountChosen(account, getArguments().getBundle(KEY_EXTRA_ARGS));
118 void onAccountChosen(AccountWithDataSet account, Bundle extraArgs);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
ImportExportDialogFragment.java 232 public void onAccountChosen(AccountWithDataSet account, Bundle extraArgs) {
242 // See onAccountChosen() -- at this point the dialog is still showing. Close it.
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 340 public void onAccountChosen(AccountWithDataSet account, Bundle extraArgs) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java     [all...]

Completed in 88 milliseconds