D | BaseShortcutManagerTest.java | 599 protected static final String LAUNCHER_1 = "com.android.launcher.1"; field in BaseShortcutManagerTest 650 LAUNCHER_1.equals(callingPackage) || LAUNCHER_2.equals(callingPackage) 737 addPackage(LAUNCHER_1, LAUNCHER_UID_1, 4); in setUp() 1108 addApplicationInfo(getInjectedPackageInfo(LAUNCHER_1, userId, false), ret); in getInstalledApplications() 1129 addPackageInfo(getInjectedPackageInfo(LAUNCHER_1, userId, false), ret); in getInstalledPackagesWithUninstalled() 1906 LAUNCHER_1, LAUNCHER_2, LAUNCHER_3)) { 1959 runWithCaller(LAUNCHER_1, USER_0, () -> { 1990 runWithCaller(LAUNCHER_1, USER_P0, () -> { 1998 runWithCaller(LAUNCHER_1, USER_10, () -> {
|