Searched refs:addShortcut (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/view/ |
D | DockItemLongClickListener.kt | 58 .addShortcut(ForceStopShortcutItem( in onLongClick() 65 .addShortcut(AppInfoShortcutItem(userContext, component.packageName, userContext.user)) in onLongClick() 66 .addShortcut( in onLongClick()
|
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/repositories/appactions/ |
D | AppShortcutsFactory.kt | 66 .addShortcut( in showShortcuts() 75 .addShortcut( in showShortcuts() 84 .addShortcut(buildPinToDockShortcut(componentName, context)) in showShortcuts()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AutoInstallsLayout.java | 321 protected int addShortcut(String title, Intent intent, int type) { in addShortcut() method in AutoInstallsLayout 405 return addShortcut(info.loadLabel(mPackageManager).toString(), in parseAndAdd() 441 return addShortcut(mContext.getString(R.string.package_state_unknown), intent, in parseAndAdd() 462 return addShortcut(null, intent, Favorites.ITEM_TYPE_DEEP_SHORTCUT); in parseAndAdd()
|
D | DefaultLayoutParser.java | 139 return addShortcut(info.loadLabel(mPackageManager).toString(), intent, in invalidPackageOrClass()
|
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/ |
D | AppLauncherUtils.java | 428 .addShortcut(new ForceStopShortcutItem( in buildShortcuts() 435 .addShortcut(new AppInfoShortcutItem(pair.first, in buildShortcuts() 440 .addShortcut(buildPinToDockShortcut(componentName, pair.first)); in buildShortcuts()
|
/packages/apps/Car/Launcher/docklib/tests/src/com/android/car/docklib/view/ |
D | DockItemLongClickListenerTest.kt | 36 on { addShortcut(any<CarUiShortcutsPopup.ShortcutItem>()) } doReturn it in <lambda>()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
D | DefaultLayoutProviderTest.java | 151 .addShortcut(TEST_PACKAGE, "shortcut2") in testCustomProfileLoaded_with_shortcut_in_folder()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | LauncherLayoutBuilder.kt | 161 fun addShortcut(packageName: String, shortcutId: String): FolderBuilder { in <lambda>() method in com.android.launcher3.util.LauncherLayoutBuilder.FolderBuilder
|