Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/usb/
DUsbPort.java82 public static final int POWER_ROLE_NONE = Constants.PortPowerRole.NONE; field in UsbPort
193 case POWER_ROLE_NONE: in powerRoleToString()
263 Preconditions.checkArgumentInRange(powerRole, POWER_ROLE_NONE, POWER_ROLE_SINK, in checkRoles()