Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DUserLifecycleTests.java410 installPreexistingApp(userId, DUMMY_PACKAGE_NAME); in managedProfileUnlockAndLaunchApp()
436 installPreexistingApp(userId, DUMMY_PACKAGE_NAME); in managedProfileUnlockAndLaunchApp_stopped()
462 installPreexistingApp(userId, DUMMY_PACKAGE_NAME); in managedProfileInstall()
485 installPreexistingApp(userId, DUMMY_PACKAGE_NAME); in managedProfileCreateUnlockInstallAndLaunchApp()
671 private void installPreexistingApp(int userId, String packageName) throws RemoteException { in installPreexistingApp() method in UserLifecycleTests