Searched refs:strIndex (Results 1 – 3 of 3) 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()
216 public static String getUsbDescriptorString(UsbDeviceConnection connection, byte strIndex) { in getUsbDescriptorString() argument218 if (strIndex != 0) { in getUsbDescriptorString()223 (DESCRIPTORTYPE_STRING << 8) | strIndex, in getUsbDescriptorString()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...