Searched refs:stickyKeysRepository (Results 1 – 3 of 3) sorted by relevance
50 private val stickyKeysRepository = FakeStickyKeysRepository() constant in com.android.systemui.keyboard.stickykeys.ui.StickyKeysIndicatorCoordinatorTest60 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()
36 stickyKeysRepository: StickyKeysRepository, in <lambda>()45 if (keyboardPresent) stickyKeysRepository.settingEnabled else flowOf(false) in <lambda>()48 if (enabled) stickyKeysRepository.stickyKeys else flowOf(emptyMap()) in <lambda>()
77 val stickyKeysRepository = StickyKeysRepositoryImpl( in setup() constant86 stickyKeysRepository = stickyKeysRepository, in setup()