Searched refs:systemShortcut (Results 1 – 1 of 1) sorted by relevance
158 SystemShortcut systemShortcut = SystemShortcut.WIDGETS in testWidgetsForNullComponentName() local160 assertNull(systemShortcut); in testWidgetsForNullComponentName()170 SystemShortcut systemShortcut = SystemShortcut.WIDGETS in testWidgetsForEmptyWidgetList() local173 assertNull(systemShortcut); in testWidgetsForEmptyWidgetList()180 SystemShortcut systemShortcut = SystemShortcut.APP_INFO in testAppInfoShortcut() local182 assertNotNull(systemShortcut); in testAppInfoShortcut()189 SystemShortcut systemShortcut = SystemShortcut.DONT_SUGGEST_APP in testDontSuggestAppForNonPredictedItem() local191 assertNull(systemShortcut); in testDontSuggestAppForNonPredictedItem()201 SystemShortcut systemShortcut = SystemShortcut.DONT_SUGGEST_APP in testDontSuggestAppForPredictedItem() local203 assertNotNull(systemShortcut); in testDontSuggestAppForPredictedItem()[all …]