Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
DSystemShortcutTest.java158 SystemShortcut systemShortcut = SystemShortcut.WIDGETS in testWidgetsForNullComponentName() local
160 assertNull(systemShortcut); in testWidgetsForNullComponentName()
170 SystemShortcut systemShortcut = SystemShortcut.WIDGETS in testWidgetsForEmptyWidgetList() local
173 assertNull(systemShortcut); in testWidgetsForEmptyWidgetList()
180 SystemShortcut systemShortcut = SystemShortcut.APP_INFO in testAppInfoShortcut() local
182 assertNotNull(systemShortcut); in testAppInfoShortcut()
189 SystemShortcut systemShortcut = SystemShortcut.DONT_SUGGEST_APP in testDontSuggestAppForNonPredictedItem() local
191 assertNull(systemShortcut); in testDontSuggestAppForNonPredictedItem()
201 SystemShortcut systemShortcut = SystemShortcut.DONT_SUGGEST_APP in testDontSuggestAppForPredictedItem() local
203 assertNotNull(systemShortcut); in testDontSuggestAppForPredictedItem()
[all …]