Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/data/repository/
H A DCustomShortcutCategoriesRepositoryTest.kt43 …ui.keyboard.shortcut.data.source.TestShortcuts.allCustomizableInputGesturesWithSimpleShortcutCombi…
94 .thenReturn(allCustomizableInputGesturesWithSimpleShortcutCombinations) in categories_correctlyConvertsAPIModelsToShortcutHelperModels()
109 .thenReturn(allCustomizableInputGesturesWithSimpleShortcutCombinations) in categories_emitsEmptyListWhenFlagIsDisabled()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/domain/interactor/
H A DShortcutHelperCategoriesInteractorTest.kt32 …ui.keyboard.shortcut.data.source.TestShortcuts.allCustomizableInputGesturesWithSimpleShortcutCombi…
289 setCustomInputGestures(allCustomizableInputGesturesWithSimpleShortcutCombinations) in categories_excludesCustomShortcutsWhenFlagIsOff()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/data/source/
H A DTestShortcuts.kt562 val allCustomizableInputGesturesWithSimpleShortcutCombinations = in simpleShortcut() constant