Searched refs:doPrintArray (Results 1 – 1 of 1) sorted by relevance
/cts/libs/commonutil/src/com/android/cts/util/ |
D | ReportLog.java | 48 doPrintArray(message, values, type, unit); in printArray() 56 doPrintArray(testId, message, values, type, unit); in printArray() 65 doPrintArray(message, vals, type, unit); in printValue() 74 doPrintArray(testId, message, vals, type, unit); in printValue() 77 private void doPrintArray(String message, double[] values, ResultType type, ResultUnit unit) { in doPrintArray() method in ReportLog 78 doPrintArray(getClassMethodNames(mDepth + 1, true), message, values, type, unit); in doPrintArray() 81 private void doPrintArray(String testId, String message, in doPrintArray() method in ReportLog
|