Searched refs:mOtherProfileIntent (Results 1 – 1 of 1) sorted by relevance
58 private Intent mOtherProfileIntent; field in UsbResolverActivity108 mOtherProfileIntent = new Intent(intent); in onCreate()109 mOtherProfileIntent.putParcelableArrayListExtra(EXTRA_RESOLVE_INFOS, in onCreate()112 mOtherProfileIntent = new Intent(this, UsbConfirmActivity.class); in onCreate()113 mOtherProfileIntent.putExtra(EXTRA_RESOLVE_INFO, rListOtherProfile.get(0)); in onCreate()116 mOtherProfileIntent.putExtra(UsbManager.EXTRA_DEVICE, mDevice); in onCreate()120 mOtherProfileIntent.putExtra(UsbManager.EXTRA_ACCESSORY, mAccessory); in onCreate()152 startActivityAsUser(mOtherProfileIntent, null, in onTargetSelected()