Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DSecurityTestCase.java263 int stackDepth = 2; // 0: getStackTrace(), 1: buildMetricsReportLog, 2: caller in buildMetricsReportLog() local
264 String className = stacktraces[stackDepth].getClassName(); in buildMetricsReportLog()
265 String methodName = stacktraces[stackDepth].getMethodName(); in buildMetricsReportLog()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DBlurStack.java229 private static int stackDepthToOpenglDepth(int stackDepth) { in stackDepthToOpenglDepth() argument
230 return (MAX_DEPTH - stackDepth) * DEPTH_SCALE; in stackDepthToOpenglDepth()