Home
last modified time | relevance | path

Searched defs:activeUiState (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/ui/viewmodel/
H A DShortcutHelperViewModelTest.kt263 val activeUiState = uiState as ShortcutsUiState.Active in shortcutsUiState_noCurrentAppCategory_defaultSelectedCategoryIsSystem() constant
274 val activeUiState = uiState as ShortcutsUiState.Active in shortcutsUiState_currentAppCategoryPresent_currentAppIsDefaultSelected() constant
293 val activeUiState = uiState as ShortcutsUiState.Active in shortcutsUiState_currentAppIsLauncher_defaultSelectedCategoryIsSystem() constant
316 val activeUiState = uiState as ShortcutsUiState.Active in shortcutsUiState_userTypedQuery_filtersMatchingShortcutLabels() constant
359 val activeUiState = uiState as ShortcutsUiState.Active in shortcutsUiState_userTypedQuery_noMatch_returnsEmptyList() constant
378 val activeUiState = uiState as ShortcutsUiState.Active in shortcutsUiState_userTypedQuery_noMatch_returnsNullDefaultSelectedCategory() constant
392 val activeUiState = uiState as ShortcutsUiState.Active in shortcutsUiState_userTypedQuery_changesDefaultSelectedCategoryToFirstMatchingCategory() constant
407 val activeUiState = uiState as ShortcutsUiState.Active in shortcutsUiState_userTypedQuery_multipleCategoriesMatch_currentAppIsDefaultSelected() constant
418 val activeUiState = uiState as ShortcutsUiState.Active in shortcutsUiState_shouldShowResetButton_isFalseWhenThereAreNoCustomShortcuts() constant
432 val activeUiState = uiState as ShortcutsUiState.Active in shortcutsUiState_shouldShowResetButton_isTrueWhenThereAreCustomShortcuts() constant