Searched refs:installDummyAppForUser (Results 1 – 3 of 3) sorted by relevance
126 TestUtil.installDummyAppForUser(mProfileUserId); in testUserInstalledAppIsShownAboveDivider()151 TestUtil.installDummyAppForUser(mProfileUserId); in testPrivateSpaceAppLongPressUninstallMenu()
23 import static com.android.launcher3.util.TestUtil.installDummyAppForUser;86 installDummyAppForUser(mProfileUserId); in setUp()
75 installDummyAppForUser(defaultUserId); in installDummyApp()78 public static void installDummyAppForUser(int userId) throws IOException { in installDummyAppForUser() method in TestUtil