Searched refs:extraArgs (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | SelectAccountDialogFragment.java | 65 AccountTypeManager.AccountFilter filter, Bundle extraArgs) { in show() argument 66 show(fragmentManager, titleResourceId, filter, extraArgs, /* tag */ null); in show() 70 AccountTypeManager.AccountFilter filter, Bundle extraArgs, String tag) { in show() argument 73 args.putBundle(KEY_EXTRA_ARGS, (extraArgs == null) ? Bundle.EMPTY : extraArgs); in show() 159 void onAccountChosen(AccountWithDataSet account, Bundle extraArgs); in onAccountChosen() argument
|
/packages/apps/Contacts/src/com/android/contacts/preference/ |
D | ContactsPreferenceActivity.java | 222 public void onAccountChosen(AccountWithDataSet account, Bundle extraArgs) { in onAccountChosen() argument 223 AccountSelectionUtil.doImport(this, extraArgs.getInt(ImportDialogFragment in onAccountChosen() 224 .KEY_RES_ID), account, extraArgs.getInt(ImportDialogFragment.KEY_SUBSCRIPTION_ID)); in onAccountChosen()
|
/packages/services/Car/tools/emulator/ |
D | vhal_emulator.py | 138 extraArgs = '' if device is None else '-s %s' % device 139 adbCmd = 'adb %s forward tcp:0 tcp:%d' % (extraArgs, remotePortNumber)
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | PeopleActivity.java | 1149 public void onAccountChosen(AccountWithDataSet account, Bundle extraArgs) { in onAccountChosen() argument
|