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

/frameworks/base/core/java/android/hardware/usb/
H A DUsbPort.java48 * Implies that the port supports the {@link #POWER_ROLE_SINK} and {@link #DATA_ROLE_DEVICE}
59 * combination of roles and the {@link #POWER_ROLE_SINK} and {@link #DATA_ROLE_DEVICE}
73 public static final int POWER_ROLE_SINK = 2; field in class:UsbPort
122 * or {@link UsbPort#POWER_ROLE_SINK}, or 0 if no power role.
156 case POWER_ROLE_SINK:
204 Preconditions.checkArgumentInRange(powerRole, 0, POWER_ROLE_SINK, "powerRole");

Completed in 29 milliseconds