Searched refs:DATA_ROLE_NONE (Results 1 – 5 of 5) sorted by relevance
25 import static android.hardware.usb.UsbPortStatus.DATA_ROLE_NONE;247 case DATA_ROLE_NONE: in dataRoleToString()321 Preconditions.checkArgumentInRange(dataRole, DATA_ROLE_NONE, DATA_ROLE_DEVICE, "dataRole"); in checkRoles()
71 public static final int DATA_ROLE_NONE = Constants.PortDataRole.NONE; field in UsbPortStatus84 DATA_ROLE_NONE,
252 DATA_ROLE_NONE = 0; enumerator
3052 field public static final int DATA_ROLE_NONE = 0; // 0x0
27110 Landroid/hardware/usb/UsbPort;->DATA_ROLE_NONE:I