Home
last modified time | relevance | path

Searched refs:POWER_ROLE_NONE (Results 1 – 2 of 2) 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()
/frameworks/base/core/proto/android/service/
Dusb.proto213 POWER_ROLE_NONE = 0; enumerator