Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewmodel/
H A DActivatableNotificationViewModel.kt32 a11yInteractor: AccessibilityInteractor,
33 ): ActivatableNotificationViewModel = ActivatableNotificationViewModelImpl(a11yInteractor)
38 a11yInteractor: AccessibilityInteractor,
42 a11yInteractor.isTouchExplorationEnabled.map { !it }
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ui/viewmodel/
H A DActivatableNotificationViewModelTest.kt42 private val a11yInteractor = AccessibilityInteractor(a11yRepo) regex
43 private val underTest = ActivatableNotificationViewModel(a11yInteractor)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
H A DNotificationShelfViewModelTest.kt80 private val a11yInteractor = AccessibilityInteractor(a11yRepo) regex
81 private val activatableViewModel = ActivatableNotificationViewModel(a11yInteractor)