D | BaseShortcutManagerTest.java | 637 protected static final String LAUNCHER_2 = "com.android.launcher.2"; field in BaseShortcutManagerTest 685 LAUNCHER_1.equals(callingPackage) || LAUNCHER_2.equals(callingPackage) 784 addPackage(LAUNCHER_2, LAUNCHER_UID_2, 5); in setUp() 1172 addApplicationInfo(getInjectedPackageInfo(LAUNCHER_2, userId, false), ret); in getInstalledApplications() 1193 addPackageInfo(getInjectedPackageInfo(LAUNCHER_2, userId, false), ret); in getInstalledPackagesWithUninstalled() 2012 LAUNCHER_1, LAUNCHER_2, LAUNCHER_3)) { 2072 runWithCaller(LAUNCHER_2, USER_0, () -> {
|