Home
last modified time | relevance | path

Searched refs:extraArgs (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/editor/
DSelectAccountDialogFragment.java59 AccountListFilter accountListFilter, Bundle extraArgs) { in show() argument
63 args.putBundle(KEY_EXTRA_ARGS, (extraArgs == null) ? Bundle.EMPTY : extraArgs); in show()
118 void onAccountChosen(AccountWithDataSet account, Bundle extraArgs); in onAccountChosen() argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
DImportExportDialogFragment.java268 public void onAccountChosen(AccountWithDataSet account, Bundle extraArgs) { in onAccountChosen() argument
269 AccountSelectionUtil.doImport(getActivity(), extraArgs.getInt(KEY_RES_ID), in onAccountChosen()
270 account, extraArgs.getInt(KEY_SUBSCRIPTION_ID)); in onAccountChosen()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupEditorFragment.java342 public void onAccountChosen(AccountWithDataSet account, Bundle extraArgs) { in onAccountChosen() argument
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java492 public void onAccountChosen(AccountWithDataSet account, Bundle extraArgs) { in onAccountChosen() argument