Searched refs:mSupportedRoleCombinations (Results 1 – 2 of 2) sorted by relevance
42 private final int mSupportedRoleCombinations; field in UsbPortStatus241 mSupportedRoleCombinations = supportedRoleCombinations; in UsbPortStatus()297 return (mSupportedRoleCombinations & in isRoleCombinationSupported()305 return mSupportedRoleCombinations; in getSupportedRoleCombinations()334 + UsbPort.roleCombinationsToString(mSupportedRoleCombinations) in toString()352 dest.writeInt(mSupportedRoleCombinations); in writeToParcel()
25362 Landroid/hardware/usb/UsbPortStatus;->mSupportedRoleCombinations:I