Home
last modified time | relevance | path

Searched refs:strIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/utils/
DArrayUtils.java116 int strIndex = getArrayIndex(convertFrom, str); in convertStringListToIntList() local
119 if (strIndex < 0) { in convertStringListToIntList()
125 if (strIndex < convertTo.length) { in convertStringListToIntList()
126 convertedList.add(convertTo[strIndex]); in convertStringListToIntList()
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsbDescriptor.java219 public static String getUsbDescriptorString(UsbDeviceConnection connection, byte strIndex) { in getUsbDescriptorString() argument
221 if (strIndex != 0) { in getUsbDescriptorString()
226 (DESCRIPTORTYPE_STRING << 8) | strIndex, in getUsbDescriptorString()