Searched refs:DATA_ROLE_NONE (Results 1 – 7 of 7) sorted by relevance
23 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()
87 public static final int DATA_ROLE_NONE = 0; field in UsbPortStatus100 DATA_ROLE_NONE,801 mCurrentDataRole = DATA_ROLE_NONE; in Builder()
29 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()
264 DATA_ROLE_NONE = 0; enumerator
775 UsbPortStatus.DATA_ROLE_NONE, in addSimulatedPort()
6888 field public static final int DATA_ROLE_NONE = 0; // 0x0
22450 Landroid/hardware/usb/UsbPort;->DATA_ROLE_NONE:I