Home
last modified time | relevance | path

Searched defs:launcherApps (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/
DSdCardAvailableReceiver.java54 final LauncherApps launcherApps = context.getSystemService(LauncherApps.class); in onReceive() local
DAddWorkspaceItemsTask.java130 LauncherApps launcherApps = app.getContext().getSystemService(LauncherApps.class); in execute() local
DPackageUpdatedTask.java343 final LauncherApps launcherApps = context.getSystemService(LauncherApps.class); in execute() local
/packages/apps/Launcher3/src/com/android/launcher3/pm/
DShortcutConfigActivityInfo.java165 LauncherApps launcherApps = context.getSystemService(LauncherApps.class); in queryList() local
DInstallSessionTracker.java62 @Nullable LauncherApps launcherApps) { in InstallSessionTracker()
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/model/
DAppShareabilityManager.java176 LauncherApps launcherApps = mContext.getSystemService(LauncherApps.class); in updateCache() local
/packages/apps/Launcher3/src/com/android/launcher3/
DDefaultLayoutParser.java217 LauncherApps launcherApps = mContext.getSystemService(LauncherApps.class); in parseAndAddDeepShortcut() local
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DAppLauncherUtils.java207 LauncherApps launcherApps, in getLauncherApps()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragController.java355 LauncherApps launcherApps = mActivity.getSystemService(LauncherApps.class); in startSystemDrag() local