Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardModule.kt23 import com.android.systemui.keyboard.stickykeys.data.repository.StickyKeysRepositoryImpl
35 repository: StickyKeysRepositoryImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/stickykeys/ui/viewmodel/
DStickyKeysIndicatorViewModelTest.kt28 import com.android.systemui.keyboard.stickykeys.data.repository.StickyKeysRepositoryImpl
77 val stickyKeysRepository = StickyKeysRepositoryImpl( in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/stickykeys/data/repository/
DStickyKeysRepository.kt50 class StickyKeysRepositoryImpl class