Searched refs:addArrayResult (Results 1 – 3 of 3) sorted by relevance
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | InfoStore.java | 103 abstract void addArrayResult(String name, int[] array) throws IOException; in addArrayResult() method in InfoStore 108 abstract void addArrayResult(String name, long[] array) throws IOException; in addArrayResult() method in InfoStore 113 abstract void addArrayResult(String name, float[] array) throws IOException; in addArrayResult() method in InfoStore 118 abstract void addArrayResult(String name, double[] array) throws IOException; in addArrayResult() method in InfoStore 123 abstract void addArrayResult(String name, boolean[] array) throws IOException; in addArrayResult() method in InfoStore
|
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | MetricsReportLog.java | 116 store.addArrayResult(message, values); in addValues() 129 store.addArrayResult(message, values); in addValues() 201 store.addArrayResult(message, values); in addValues() 213 store.addArrayResult(message, values); in addValues() 225 store.addArrayResult(message, values); in addValues() 237 store.addArrayResult(message, values); in addValues()
|
D | HostInfoStore.java | 177 public void addArrayResult(String name, int[] array) throws IOException { in addArrayResult() method in HostInfoStore 191 public void addArrayResult(String name, long[] array) throws IOException { in addArrayResult() method in HostInfoStore 205 public void addArrayResult(String name, float[] array) throws IOException { in addArrayResult() method in HostInfoStore 219 public void addArrayResult(String name, double[] array) throws IOException { in addArrayResult() method in HostInfoStore 233 public void addArrayResult(String name, boolean[] array) throws IOException { in addArrayResult() method in HostInfoStore
|