Home
last modified time | relevance | path

Searched defs:appPkgName (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java305 String appPkgName = startIntent.getComponent().getPackageName(); in testMeasureStartUpTime() local
311 compileApp(launch.getCompilerFilter(), appPkgName)); in testMeasureStartUpTime() local
333 compileApp(launch.getCompilerFilter(), appPkgName)); in testMeasureStartUpTime() local
348 String appPkgName = startIntent.getComponent().getPackageName(); in testMeasureStartUpTime() local
508 private boolean compileApp(String compilerFilter, String appPkgName) throws IOException { in compileApp()
527 private void compileAppForIorapWithRetries(String appPkgName, int retries) throws IOException { in compileAppForIorapWithRetries()
543 private boolean compileAppForIorap(String appPkgName) throws IOException { in compileAppForIorap()
625 private IorapCompilationStatus waitForIorapCompiled(String appPkgName) throws IOException { in waitForIorapCompiled()