Home
last modified time | relevance | path

Searched refs:mSupportedRoleCombinations (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
DUsbPortStatus.java41 private final int mSupportedRoleCombinations; field in UsbPortStatus
240 mSupportedRoleCombinations = supportedRoleCombinations; in UsbPortStatus()
296 return (mSupportedRoleCombinations & in isRoleCombinationSupported()
304 return mSupportedRoleCombinations; in getSupportedRoleCombinations()
332 + UsbPort.roleCombinationsToString(mSupportedRoleCombinations) in toString()
350 dest.writeInt(mSupportedRoleCombinations); in writeToParcel()