Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDeviceReportLog.java71 public void addValue(String source, String message, double value, ResultType type, in addValue() method in DeviceReportLog
85 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
125 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
137 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
149 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
161 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
173 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DDeviceReportLog.java71 public void addValue(String source, String message, double value, ResultType type, in addValue() method in DeviceReportLog
85 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
125 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
137 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
149 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
161 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
173 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue() method in DeviceReportLog
/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorStats.java82 public synchronized void addValue(String key, Object value) { in addValue() method in SensorStats