Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DHostInfoStore.java118 public void addResult(String name, int value) throws IOException { in addResult() method in HostInfoStore
128 public void addResult(String name, long value) throws IOException { in addResult() method in HostInfoStore
138 public void addResult(String name, float value) throws IOException { in addResult() method in HostInfoStore
148 public void addResult(String name, double value) throws IOException { in addResult() method in HostInfoStore
158 public void addResult(String name, boolean value) throws IOException { in addResult() method in HostInfoStore
168 public void addResult(String name, String value) throws IOException { in addResult() method in HostInfoStore