Searched refs:DATA_ROLE_NONE (Results 1 – 2 of 2) sorted by relevance
97 public static final int DATA_ROLE_NONE = Constants.PortDataRole.NONE; field in UsbPort207 case DATA_ROLE_NONE: in dataRoleToString()265 Preconditions.checkArgumentInRange(dataRole, DATA_ROLE_NONE, DATA_ROLE_DEVICE, "dataRole"); in checkRoles()
220 DATA_ROLE_NONE = 0; enumerator