Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/tradefed/testtype/
DSecurityTestCase.java342 int stackDepth = 2; // 0: getStackTrace(), 1: buildMetricsReportLog, 2: caller in buildMetricsReportLog() local
343 String className = stacktraces[stackDepth].getClassName(); in buildMetricsReportLog()
344 String methodName = stacktraces[stackDepth].getMethodName(); in buildMetricsReportLog()