Home
last modified time | relevance | path

Searched refs:UNINSTALL_APP (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
DSystemShortcutTest.java300 SystemShortcut systemShortcut = SystemShortcut.UNINSTALL_APP.getShortcut( in testUninstallGetShortcutWithPrivateSpaceOff()
312 SystemShortcut systemShortcut = SystemShortcut.UNINSTALL_APP.getShortcut( in testUninstallGetShortcutWithNonPrivateItemInfo()
331 SystemShortcut systemShortcut = SystemShortcut.UNINSTALL_APP.getShortcut( in testUninstallGetShortcutWithSystemItemInfo()
350 SystemShortcut systemShortcut = SystemShortcut.UNINSTALL_APP.getShortcut( in testUninstallGetShortcutWithPrivateItemInfo()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java335 public static final Factory<ActivityContext> UNINSTALL_APP = field in SystemShortcut
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java51 import static com.android.launcher3.popup.SystemShortcut.UNINSTALL_APP;
460 shortcuts.add(UNINSTALL_APP); in getSupportedShortcuts()