Searched refs:mSupportedRoleCombinations (Results 1 – 2 of 2) sorted by relevance
46 private final int mSupportedRoleCombinations; field in UsbPortStatus477 mSupportedRoleCombinations = supportedRoleCombinations; in UsbPortStatus()575 return (mSupportedRoleCombinations & in isRoleCombinationSupported()598 return mSupportedRoleCombinations; in getSupportedRoleCombinations()696 + UsbPort.roleCombinationsToString(mSupportedRoleCombinations) in toString()728 dest.writeInt(mSupportedRoleCombinations); in writeToParcel()788 private int mSupportedRoleCombinations; field in UsbPortStatus.Builder842 mSupportedRoleCombinations = supportedRoleCombinations; in setSupportedRoleCombinations()936 mCurrentDataRole, mSupportedRoleCombinations, mContaminantProtectionStatus, in build()
22475 Landroid/hardware/usb/UsbPortStatus;->mSupportedRoleCombinations:I