Searched defs:extraArgs (Results 1 - 4 of 4) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/editor/
H A DSelectAccountDialogFragment.java53 * @param extraArgs Extra arguments, which will later be passed to
59 AccountListFilter accountListFilter, Bundle extraArgs) {
63 args.putBundle(KEY_EXTRA_ARGS, (extraArgs == null) ? Bundle.EMPTY : extraArgs);
118 void onAccountChosen(AccountWithDataSet account, Bundle extraArgs); argument
57 show(FragmentManager fragmentManager, F targetFragment, int titleResourceId, AccountListFilter accountListFilter, Bundle extraArgs) argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
H A DImportExportDialogFragment.java242 public void onAccountChosen(AccountWithDataSet account, Bundle extraArgs) { argument
243 AccountSelectionUtil.doImport(getActivity(), extraArgs.getInt(KEY_RES_ID), account);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java481 public void onAccountChosen(AccountWithDataSet account, Bundle extraArgs) { argument
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java342 public void onAccountChosen(AccountWithDataSet account, Bundle extraArgs) { argument

Completed in 171 milliseconds