Searched refs:a11yInteractor (Results 1 – 3 of 3) sorted by relevance
32 a11yInteractor: AccessibilityInteractor,33 ): ActivatableNotificationViewModel = ActivatableNotificationViewModelImpl(a11yInteractor)38 a11yInteractor: AccessibilityInteractor,42 a11yInteractor.isTouchExplorationEnabled.map { !it }
42 private val a11yInteractor = AccessibilityInteractor(a11yRepo) regex43 private val underTest = ActivatableNotificationViewModel(a11yInteractor)
80 private val a11yInteractor = AccessibilityInteractor(a11yRepo) regex81 private val activatableViewModel = ActivatableNotificationViewModel(a11yInteractor)