Searched defs:POWER_ROLE_SINK (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
H A DUsbPort.java50 * Implies that the port supports the {@link #POWER_ROLE_SINK} and {@link #DATA_ROLE_DEVICE}
61 * combination of roles and the {@link #POWER_ROLE_SINK} and {@link #DATA_ROLE_DEVICE}
92 public static final int POWER_ROLE_SINK = Constants.PortPowerRole.SINK; field in class:UsbPort
150 * or {@link UsbPort#POWER_ROLE_SINK}, or 0 if no power role.
197 case POWER_ROLE_SINK:
263 Preconditions.checkArgumentInRange(powerRole, POWER_ROLE_NONE, POWER_ROLE_SINK,

Completed in 43 milliseconds