Home
last modified time | relevance | path

Searched defs:appPkgName (Results 1 – 2 of 2) 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
506 private boolean compileApp(String compilerFilter, String appPkgName) throws IOException { in compileApp()
525 private void compileAppForIorapWithRetries(String appPkgName, int retries) throws IOException { in compileAppForIorapWithRetries()
541 private boolean compileAppForIorap(String appPkgName) throws IOException { in compileAppForIorap()
623 private IorapCompilationStatus waitForIorapCompiled(String appPkgName) throws IOException { in waitForIorapCompiled()
/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
DAppLaunch.java237 String appPkgName = mNameToIntent.get(launch.getApp()) in testMeasureStartUpTime() local
252 compileApp(launch.getCompilerFilter(), appPkgName)); in testMeasureStartUpTime() local
278 compileApp(launch.getCompilerFilter(), appPkgName)); in testMeasureStartUpTime() local
374 private boolean compileApp(String compilerFilter, String appPkgName) throws IOException { in compileApp()