Home
last modified time | relevance | path

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

/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
DAppLaunch.java196 File rootTrace = null; in testMeasureStartUpTime() local
202 rootTrace = new File(mTraceDirectoryStr); in testMeasureStartUpTime()
203 if (!rootTrace.exists() && !rootTrace.mkdirs()) { in testMeasureStartUpTime()
206 rootTraceSubDir = new File(rootTrace, TRACE_SUB_DIRECTORY); in testMeasureStartUpTime()
/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()