Searched refs:mSupportedRoleCombinations (Results 1 – 2 of 2) sorted by relevance
47 private final int mSupportedRoleCombinations; field in UsbPortStatus425 mSupportedRoleCombinations = supportedRoleCombinations; in UsbPortStatus()523 return (mSupportedRoleCombinations & in isRoleCombinationSupported()531 return mSupportedRoleCombinations; in getSupportedRoleCombinations()629 + UsbPort.roleCombinationsToString(mSupportedRoleCombinations) in toString()661 dest.writeInt(mSupportedRoleCombinations); in writeToParcel()721 private int mSupportedRoleCombinations; field in UsbPortStatus.Builder775 mSupportedRoleCombinations = supportedRoleCombinations; in setSupportedRoleCombinations()869 mCurrentDataRole, mSupportedRoleCombinations, mContaminantProtectionStatus, in build()
22475 Landroid/hardware/usb/UsbPortStatus;->mSupportedRoleCombinations:I