Home
last modified time | relevance | path

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

/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java250 File rootTrace = null; in testMeasureStartUpTime() local
256 rootTrace = new File(mTraceDirectoryStr); in testMeasureStartUpTime()
257 if (!rootTrace.exists() && !rootTrace.mkdirs()) { in testMeasureStartUpTime()
260 rootTraceSubDir = new File(rootTrace, TRACE_SUB_DIRECTORY); in testMeasureStartUpTime()