Home
last modified time | relevance | path

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

/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
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