Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/data/repository/
H A DDefaultShortcutCategoriesRepositoryTest.kt112 val systemCategory = categories?.firstOrNull { it.type == ShortcutCategoryType.System } in categories_keycodeAndModifiersAreMappedSeparatelyWhenIdentical() constant
133 val systemCategory = categories?.firstOrNull { it.type == ShortcutCategoryType.System } in categories_keyCodeAndModifierHaveSameCode_codesAreMappedCorrectly() constant
217 val systemCategory = categories?.firstOrNull { it.type == ShortcutCategoryType.System } in modifierMappedToCustomDrawableWhenKeyGlyphMapExists() constant
238 val systemCategory = categories?.firstOrNull { it.type == ShortcutCategoryType.System } in modifierMappedToDefaultDrawableWhenNoKeyGlyphMapExists() constant
264 val systemCategory = categories?.firstOrNull { it.type == ShortcutCategoryType.System } in modifierMappedToDefaultDrawableWhenKeyGlyphDisabled() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/data/source/
H A DTestShortcuts.kt400 val systemCategory = constant