Searched refs:storeValue (Results 1 – 1 of 1) sorted by relevance
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | GraphicsDeviceInfo.java | 35 private static void storeValue(DeviceInfoStore store, String name, float[] valueArray, in storeValue() method in GraphicsDeviceInfo 44 private static void storeValue(DeviceInfoStore store, String name, int[] valueArray, in storeValue() method in GraphicsDeviceInfo 53 private static void storeValue(DeviceInfoStore store, String name, long[] valueArray, in storeValue() method in GraphicsDeviceInfo 90 storeValue(store, lowerCaseName, (float[])value, dynamicArray); in collectDeviceInfo() 92 storeValue(store, lowerCaseName, (long[])value, dynamicArray); in collectDeviceInfo() 94 storeValue(store, lowerCaseName, (int[])value, dynamicArray); in collectDeviceInfo()
|