Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplPrivateSpaceTest.java126 TestUtil.installDummyAppForUser(mProfileUserId); in testUserInstalledAppIsShownAboveDivider()
151 TestUtil.installDummyAppForUser(mProfileUserId); in testPrivateSpaceAppLongPressUninstallMenu()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplWorkProfileTest.java23 import static com.android.launcher3.util.TestUtil.installDummyAppForUser;
86 installDummyAppForUser(mProfileUserId); in setUp()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DTestUtil.java75 installDummyAppForUser(defaultUserId); in installDummyApp()
78 public static void installDummyAppForUser(int userId) throws IOException { in installDummyAppForUser() method in TestUtil