Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/stickykeys/ui/
DStickyKeysIndicatorCoordinatorTest.kt50 private val stickyKeysRepository = FakeStickyKeysRepository() constant in com.android.systemui.keyboard.stickykeys.ui.StickyKeysIndicatorCoordinatorTest
60 stickyKeysRepository, in setup()
80 stickyKeysRepository.setStickyKeys(linkedMapOf(SHIFT to Locked(true))) in dialogIsShownWhenStickyKeysAreEmitted()
92 stickyKeysRepository.setStickyKeys(linkedMapOf(SHIFT to Locked(true))) in dialogDisappearsWhenStickyKeysAreEmpty()
94 stickyKeysRepository.setStickyKeys(linkedMapOf()) in dialogDisappearsWhenStickyKeysAreEmpty()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/stickykeys/ui/viewmodel/
DStickyKeysIndicatorViewModel.kt36 stickyKeysRepository: StickyKeysRepository, in <lambda>()
45 if (keyboardPresent) stickyKeysRepository.settingEnabled else flowOf(false) in <lambda>()
48 if (enabled) stickyKeysRepository.stickyKeys else flowOf(emptyMap()) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/stickykeys/ui/viewmodel/
DStickyKeysIndicatorViewModelTest.kt77 val stickyKeysRepository = StickyKeysRepositoryImpl( in setup() constant
86 stickyKeysRepository = stickyKeysRepository, in setup()