Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/usb/
H A DUsbPort.java97 private final @AltModeType int mSupportedAltModes;
270 public @interface AltModeType {} annotation in UsbPort
392 public @AltModeType int getSupportedAltModesMask() { in getSupportedAltModesMask()
403 public boolean isAltModeSupported(@AltModeType int typeMask) { in isAltModeSupported()