Home
last modified time | relevance | path

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

/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java308 compileApp(VERIFY_FILTER, appPkgName)); in testMeasureStartUpTime()
311 compileApp(launch.getCompilerFilter(), appPkgName)); in testMeasureStartUpTime()
333 compileApp(launch.getCompilerFilter(), appPkgName)); in testMeasureStartUpTime()
508 private boolean compileApp(String compilerFilter, String appPkgName) throws IOException { in compileApp() method in AppLaunch