Home
last modified time | relevance | path

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

/cts/common/util/src/com/android/compatibility/common/util/
DReportLog.java160 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() method in ReportLog
168 public void addValue(String message, double value, ResultType type, in addValue() method in ReportLog
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
DSensorStats.java69 public synchronized void addValue(String key, Object value) { in addValue() method in SensorStats