Home
last modified time | relevance | path

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

/frameworks/base/tests/UsbManagerTests/src/android/hardware/usb/
DUsbPortStatusTest.java23 import static android.hardware.usb.UsbPortStatus.DATA_ROLE_NONE;
65 DATA_ROLE_NONE, in testIsPdCompliant()
82 int result = UsbPort.combineRolesAsBit(POWER_ROLE_NONE, DATA_ROLE_NONE); in getSupportedRoleCombinations()
/frameworks/base/core/java/android/hardware/usb/
DUsbPortStatus.java87 public static final int DATA_ROLE_NONE = 0; field in UsbPortStatus
100 DATA_ROLE_NONE,
801 mCurrentDataRole = DATA_ROLE_NONE; in Builder()
DUsbPort.java29 import static android.hardware.usb.UsbPortStatus.DATA_ROLE_NONE;
682 case DATA_ROLE_NONE: in dataRoleToString()
877 Preconditions.checkArgumentInRange(dataRole, DATA_ROLE_NONE, DATA_ROLE_DEVICE, "dataRole"); in checkRoles()
/frameworks/base/core/proto/android/service/
Dusb.proto264 DATA_ROLE_NONE = 0; enumerator
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java775 UsbPortStatus.DATA_ROLE_NONE, in addSimulatedPort()
/frameworks/base/core/api/
Dsystem-current.txt6888 field public static final int DATA_ROLE_NONE = 0; // 0x0
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22450 Landroid/hardware/usb/UsbPort;->DATA_ROLE_NONE:I