Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java938 startApp(userId, DUMMY_PACKAGE_NAME); in managedProfileUnlockAndLaunchApp()
963 startApp(userId, DUMMY_PACKAGE_NAME); in managedProfileUnlockAndLaunchApp_realistic()
989 startApp(userId, DUMMY_PACKAGE_NAME); in managedProfileUnlockAndLaunchApp_stopped()
996 startApp(userId, DUMMY_PACKAGE_NAME); in managedProfileUnlockAndLaunchApp_stopped()
1021 startApp(userId, DUMMY_PACKAGE_NAME); in managedProfileUnlockAndLaunchApp_stopped_realistic()
1028 startApp(userId, DUMMY_PACKAGE_NAME); in managedProfileUnlockAndLaunchApp_stopped_realistic()
1096 startApp(userId, DUMMY_PACKAGE_NAME); in managedProfileCreateUnlockInstallAndLaunchApp()
1122 startApp(userId, DUMMY_PACKAGE_NAME); in managedProfileCreateUnlockInstallAndLaunchApp_realistic()
1388 private void startApp(int userId, String packageName) { in startApp() method in UserLifecycleTests
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
DMemoryUsageTest.java102 processName = startApp(app); in testMemory()
185 private String startApp(String appName) throws NameNotFoundException { in startApp() method in MemoryUsageTest
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java316 startApp(launch.getApp(), launch.getLaunchReason()); in testMeasureStartUpTime()
357 startApp(launch.getApp(), launch.getLaunchReason()); in testMeasureStartUpTime()
400 launchResults = startApp(launch.getApp(), launch.getLaunchReason()); in testMeasureStartUpTime()
432 startApp(launch.getApp(), launch.getLaunchReason()); in testMeasureStartUpTime()
1058 private AppLaunchResult startApp(String appName, String launchReason) in startApp() method in AppLaunch