Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
DSystemShortcutTest.java165 SystemShortcut systemShortcut = SystemShortcut.DONT_SUGGEST_APP in testDontSuggestAppForNonPredictedItem()
176 SystemShortcut systemShortcut = SystemShortcut.DONT_SUGGEST_APP in testDontSuggestAppForPredictedItem()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java312 public static final Factory<ActivityContext> DONT_SUGGEST_APP = field in SystemShortcut
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java48 import static com.android.launcher3.popup.SystemShortcut.DONT_SUGGEST_APP;
457 shortcuts.add(DONT_SUGGEST_APP); in getSupportedShortcuts()