D | BaseShortcutManagerTest.java | 634 protected static final String LAUNCHER_1 = "com.android.launcher.1"; field in BaseShortcutManagerTest 685 LAUNCHER_1.equals(callingPackage) || LAUNCHER_2.equals(callingPackage) 783 addPackage(LAUNCHER_1, LAUNCHER_UID_1, 4); in setUp() 1171 addApplicationInfo(getInjectedPackageInfo(LAUNCHER_1, userId, false), ret); in getInstalledApplications() 1192 addPackageInfo(getInjectedPackageInfo(LAUNCHER_1, userId, false), ret); in getInstalledPackagesWithUninstalled() 2012 LAUNCHER_1, LAUNCHER_2, LAUNCHER_3)) { 2065 runWithCaller(LAUNCHER_1, USER_0, () -> { 2096 runWithCaller(LAUNCHER_1, USER_P0, () -> { 2104 runWithCaller(LAUNCHER_1, USER_10, () -> {
|