D | BaseShortcutManagerTest.java | 558 protected LauncherAppsTestable mLauncherApps; // Current one field in BaseShortcutManagerTest 945 mLauncherApps = null; in initService() 968 mLauncherApps = null; in shutdownServices() 1189 mLauncherApps = mLauncherAppsMap.get(key); in setCaller() 1609 mLauncherApps.startShortcut(packageName, shortcutId, null, null, in launchShortcutAndGetIntents() 1626 mLauncherApps.startShortcut( in launchShortcutAndGetIntents_withShortcutInfo() 1650 mLauncherApps.startShortcut(packageName, shortcutId, null, null, 1667 mLauncherApps.startShortcut(packageName, shortcutId, null, null, 1762 ret[0] = mLauncherApps.getShortcuts(q, UserHandle.of(userId)); 1775 return mLauncherApps.getShortcuts(q, UserHandle.of(targetUserId)); [all …]
|