Searched refs:mOtherProfileIntent (Results 1 – 1 of 1) sorted by relevance
57 private Intent mOtherProfileIntent; field in UsbResolverActivity105 mOtherProfileIntent = new Intent(intent); in onCreate()106 mOtherProfileIntent.putParcelableArrayListExtra(EXTRA_RESOLVE_INFOS, in onCreate()109 mOtherProfileIntent = new Intent(this, UsbConfirmActivity.class); in onCreate()110 mOtherProfileIntent.putExtra(EXTRA_RESOLVE_INFO, rListOtherProfile.get(0)); in onCreate()113 mOtherProfileIntent.putExtra(UsbManager.EXTRA_DEVICE, mDevice); in onCreate()117 mOtherProfileIntent.putExtra(UsbManager.EXTRA_ACCESSORY, mAccessory); in onCreate()147 startActivityAsUser(mOtherProfileIntent, null, in onTargetSelected()