Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractorTest.kt61 val areAnyNotificationsPresent by collectLastValue(underTest.areAnyNotificationsPresent) in areAnyNotificationsPresent_isTrue() constant
66 assertThat(areAnyNotificationsPresent).isTrue() in areAnyNotificationsPresent_isTrue()
73 val areAnyNotificationsPresent by collectLastValue(underTest.areAnyNotificationsPresent) in areAnyNotificationsPresent_isFalse() constant
78 assertThat(areAnyNotificationsPresent).isFalse() in areAnyNotificationsPresent_isFalse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardClockInteractor.kt81 activeNotificationsInteractor.areAnyNotificationsPresent, in <lambda>()
107 activeNotificationsInteractor.areAnyNotificationsPresent, in <lambda>()
114 areAnyNotificationsPresent, in <lambda>() method
121 !areAnyNotificationsPresent -> true in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModel.kt80 activeNotificationsInteractor.areAnyNotificationsPresent, in <lambda>()
96 activeNotificationsInteractor.areAnyNotificationsPresent, in <lambda>()
150 activeNotificationsInteractor.areAnyNotificationsPresent, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractor.kt75 val areAnyNotificationsPresent: Flow<Boolean> = in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DCollapsedStatusBarViewModel.kt107 notificationsInteractor.areAnyNotificationsPresent,