Home
last modified time | relevance | path

Searched refs:getClassMethodNames (Results 1 – 4 of 4) sorted by relevance

/cts/libs/commonutil/src/com/android/cts/util/
DReportLog.java78 doPrintArray(getClassMethodNames(mDepth + 1, true), message, values, type, unit); in doPrintArray()
211 public static String getClassMethodNames() { in getClassMethodNames() method in ReportLog
212 return getClassMethodNames(mDepth, false); in getClassMethodNames()
215 private static String getClassMethodNames(int depth, boolean addLineNumber) { in getClassMethodNames() method in ReportLog
/cts/suite/cts/hostTests/uihost/src/com/android/cts/uihost/
DTaskSwitchingTest.java99 ReportLog.getClassMethodNames()); in testTaskswitching()
110 ReportLog.getClassMethodNames(), mCtsReport); in testTaskswitching()
DInstallTimeTest.java77 ReportLog.getClassMethodNames()); in testInstallTime()
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostResultTest.java137 ReportLog.getClassMethodNames()); in testTransferTime()