Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/usb/
DUsbPort.java105 private final @AltModeType int mSupportedAltModes;
278 public @interface AltModeType {} annotation in UsbPort
413 public @AltModeType int getSupportedAltModesMask() { in getSupportedAltModesMask()
424 public boolean isAltModeSupported(@AltModeType int typeMask) { in isAltModeSupported()