Searched refs:strIndex (Results 1 – 2 of 2) sorted by relevance
116 int strIndex = getArrayIndex(convertFrom, str); in convertStringListToIntList() local119 if (strIndex < 0) { in convertStringListToIntList()125 if (strIndex < convertTo.length) { in convertStringListToIntList()126 convertedList.add(convertTo[strIndex]); in convertStringListToIntList()
219 public static String getUsbDescriptorString(UsbDeviceConnection connection, byte strIndex) { in getUsbDescriptorString() argument221 if (strIndex != 0) { in getUsbDescriptorString()226 (DESCRIPTORTYPE_STRING << 8) | strIndex, in getUsbDescriptorString()