Searched refs:mLauncherAppsService (Results 1 – 1 of 1) sorted by relevance
68 private LauncherApps mLauncherAppsService; field in ShortcutHelper129 mLauncherAppsService.unregisterCallback(mLauncherAppsCallback);150 mLauncherAppsService = launcherApps; in ShortcutHelper()158 mLauncherAppsService = launcherApps; in setLauncherApps()194 if (mLauncherAppsService == null || !mUserManager.isUserUnlocked(user)) { in getValidShortcutInfo()207 List<ShortcutInfo> shortcuts = mLauncherAppsService.getShortcuts(query, user); in getValidShortcutInfo()257 mLauncherAppsService.registerCallback(mLauncherAppsCallback, handler); in maybeListenForShortcutChangesForBubbles()285 mLauncherAppsService.unregisterCallback(mLauncherAppsCallback); in maybeListenForShortcutChangesForBubbles()293 mLauncherAppsService.unregisterCallback(mLauncherAppsCallback); in destroy()