Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DDeviceReportLog.java70 public void addValue(String source, String message, double value, ResultType type, in addValue() method in DeviceReportLog
84 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
124 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
136 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
148 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
160 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
172 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DMetricsReportLog.java66 public void addValue(String source, String message, double value, ResultType type, in addValue() method in MetricsReportLog
80 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() method in MetricsReportLog
121 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue() method in MetricsReportLog
133 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue() method in MetricsReportLog
145 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue() method in MetricsReportLog
157 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue() method in MetricsReportLog
169 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue() method in MetricsReportLog
/cts/common/util/src/com/android/compatibility/common/util/
DReportLog.java192 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() method in ReportLog
199 public void addValue(String source, String message, double value, ResultType type, in addValue() method in ReportLog
207 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue() method in ReportLog
214 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue() method in ReportLog
221 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue() method in ReportLog
228 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue() method in ReportLog
235 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue() method in ReportLog
/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorStats.java77 public synchronized void addValue(String key, Object value) { in addValue() method in SensorStats
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...