Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DCameraDeviceInfo.java326 int[] intValues = new int[arrayLen]; in storeArrayEntry() local
328 intValues[i] = (int) ((byte) Array.get(keyValue, i)); in storeArrayEntry()
330 mStore.addArrayResult(protoName, intValues); in storeArrayEntry()