Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DSampleDeviceInfo.java49 store.addArrayResult("bar_boolean", booleans); in collectDeviceInfo()
50 store.addArrayResult("bar_double", doubles); in collectDeviceInfo()
51 store.addArrayResult("bar_int", ints); in collectDeviceInfo()
52 store.addArrayResult("bar_long", longs); in collectDeviceInfo()
53 store.addArrayResult("bar_float", floats); in collectDeviceInfo()
DCameraDeviceInfo.java300 mStore.addArrayResult("dynamic_range_profiles", in storeColorSpaceProfiles()
337 mStore.addArrayResult("dynamic_range_profiles", in storeDynamicRangeProfiles()
351 mStore.addArrayResult("black_level_pattern", patVals); in storeBlackLevelPattern()
508 mStore.addArrayResult(protoName, (int[]) keyValue); in storeArrayEntry()
511 mStore.addArrayResult(protoName, (float[]) keyValue); in storeArrayEntry()
514 mStore.addArrayResult(protoName, (long[]) keyValue); in storeArrayEntry()
517 mStore.addArrayResult(protoName, (double[]) keyValue); in storeArrayEntry()
520 mStore.addArrayResult(protoName, (boolean[]) keyValue); in storeArrayEntry()
528 mStore.addArrayResult(protoName, intValues); in storeArrayEntry()
DDisplayDeviceInfo.java56 store.addArrayResult(SUPPORTED_HDR_TYPES, hdrTypes); in collectDeviceInfo()
DSensorDeviceInfo.java102 store.addArrayResult(SUPPORTED_DIRECT_CHANNEL_TYPE, in collectDeviceInfo()
DVulkanDeviceInfo.java1331 store.addArrayResult(convertName(name), array); in emitLongArray()
1341 store.addArrayResult(convertName(name), array); in emitDoubleArray()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDeviceInfoStore.java180 public void addArrayResult(String name, int[] array) throws IOException { in addArrayResult() method in DeviceInfoStore
194 public void addArrayResult(String name, long[] array) throws IOException { in addArrayResult() method in DeviceInfoStore
208 public void addArrayResult(String name, float[] array) throws IOException { in addArrayResult() method in DeviceInfoStore
213 addArrayResult(name, doubleArray); in addArrayResult()
220 public void addArrayResult(String name, double[] array) throws IOException { in addArrayResult() method in DeviceInfoStore
237 public void addArrayResult(String name, boolean[] array) throws IOException { in addArrayResult() method in DeviceInfoStore
DDeviceReportLog.java102 store.addArrayResult(message, values); in addValues()
115 store.addArrayResult(message, values); in addValues()
187 store.addArrayResult(message, values); in addValues()
199 store.addArrayResult(message, values); in addValues()
211 store.addArrayResult(message, values); in addValues()
223 store.addArrayResult(message, values); in addValues()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DGraphicsDeviceInfo.java40 store.addArrayResult(name, valueArray); in storeValue()
49 store.addArrayResult(name, valueArray); in storeValue()
58 store.addArrayResult(name, valueArray); in storeValue()
DScreenDeviceInfo.java97 store.addArrayResult("display_features", displayFeatureTypes); in addDisplayFeaturesIfPresent()
107 store.addArrayResult("display_features", displayFeatureTypes); in addDisplayFeaturesIfPresent()
118 store.addArrayResult("device_states", getDeviceStateIdentifiers(deviceStateManager)); in addDeviceStatesIfAvailable()
DMediaDeviceInfo.java74 store.addArrayResult("codec_color_format", codecCapabilities.colorFormats); in collectDeviceInfo()
DHapticsDeviceInfo.java107 store.addArrayResult("max_amplitude_measurements", in collectVibratorInfo()
/cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
DTestDeviceInfo.java89 store.addArrayResult("max_num_ints", arr); in collectDeviceInfo()