Home
last modified time | relevance | path

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

/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java160 private File launchSubDir = null; field in AppLaunch
238 launchSubDir = new File(launchRootDir, LAUNCH_SUB_DIRECTORY); in testMeasureStartUpTime()
240 if (!launchSubDir.exists() && !launchSubDir.mkdirs()) { in testMeasureStartUpTime()
242 + launchSubDir + ". Try disabling selinux."); in testMeasureStartUpTime()
244 File file = new File(launchSubDir, LAUNCH_FILE); in testMeasureStartUpTime()
594 File launchSubDir = new File(launchRootDir, LAUNCH_SUB_DIRECTORY); in logDumpsysIorapd() local
596 if (!launchSubDir.exists() && !launchSubDir.mkdirs()) { in logDumpsysIorapd()
598 + launchSubDir + ". Try disabling selinux."); in logDumpsysIorapd()
601 File file = new File(launchSubDir, path); in logDumpsysIorapd()
1407 if (launchSubDir == null) { in stopRecording()
[all …]
/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
DAppLaunch.java185 File launchSubDir = new File(launchRootDir, LAUNCH_SUB_DIRECTORY); in testMeasureStartUpTime() local
187 if (!launchSubDir.exists() && !launchSubDir.mkdirs()) { in testMeasureStartUpTime()
190 File file = new File(launchSubDir, LAUNCH_FILE); in testMeasureStartUpTime()