Home
last modified time | relevance | path

Searched defs:areAnyNotificationsPresent (Results 1 – 3 of 3) 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
73 val areAnyNotificationsPresent by collectLastValue(underTest.areAnyNotificationsPresent) in areAnyNotificationsPresent_isFalse() constant
/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/keyguard/domain/interactor/
DKeyguardClockInteractor.kt114 areAnyNotificationsPresent, in <lambda>() method