Home
last modified time | relevance | path

Searched refs:notificationsSoundPolicyInteractor (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/domain/interactor/
DAudioVolumeInteractorKosmos.kt21 …rt com.android.systemui.statusbar.notification.domain.interactor.notificationsSoundPolicyInteractor
28 notificationsSoundPolicyInteractor, in <lambda>()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/domain/interactor/
DAudioVolumeInteractor.kt34 private val notificationsSoundPolicyInteractor: NotificationsSoundPolicyInteractor, in <lambda>() constant in com.android.settingslib.volume.domain.interactor.AudioVolumeInteractor
42 notificationsSoundPolicyInteractor.isZenMuted(audioStream) in <lambda>()
89 notificationsSoundPolicyInteractor.isZenMuted(audioStream), in <lambda>()
95 notificationsSoundPolicyInteractor.isZenMuted(audioStream).map { !it } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dagger/
DAudioModule.kt87 notificationsSoundPolicyInteractor: NotificationsSoundPolicyInteractor,
89 AudioVolumeInteractor(audioRepository, notificationsSoundPolicyInteractor)
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/domain/interactor/
DNotificationsSoundPolicyInteractorKosmos.kt26 val Kosmos.notificationsSoundPolicyInteractor: NotificationsSoundPolicyInteractor by constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/domain/interactor/
DAudioVolumeInteractorTest.kt31 …rt com.android.systemui.statusbar.notification.domain.interactor.notificationsSoundPolicyInteractor
51 with(kosmos) { AudioVolumeInteractor(audioRepository, notificationsSoundPolicyInteractor) } in <lambda>()