Searched refs:appPkgName (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
D | AppLaunch.java | 305 String appPkgName = startIntent.getComponent().getPackageName(); in testMeasureStartUpTime() local 307 assertTrue(String.format("Not able to compile the app : %s", appPkgName), in testMeasureStartUpTime() 308 compileApp(VERIFY_FILTER, appPkgName)); in testMeasureStartUpTime() 310 assertTrue(String.format("Not able to compile the app : %s", appPkgName), in testMeasureStartUpTime() 311 compileApp(launch.getCompilerFilter(), appPkgName)); in testMeasureStartUpTime() local 327 String.format("killall -s SIGUSR1 %s", appPkgName); in testMeasureStartUpTime() 332 assertTrue(String.format("Not able to compile the app : %s", appPkgName), in testMeasureStartUpTime() 333 compileApp(launch.getCompilerFilter(), appPkgName)); in testMeasureStartUpTime() local 348 String appPkgName = startIntent.getComponent().getPackageName(); in testMeasureStartUpTime() local 352 purgeIorapPackage(appPkgName); in testMeasureStartUpTime() [all …]
|