Home
last modified time | relevance | path

Searched defs:areAnyNotificationsPresent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardClockInteractor.kt99 private val areAnyNotificationsPresent: Flow<Boolean> = in <lambda>() constant
104 ) { areAnyNotificationsPresent, isAodPromotedNotificationPresent -> in <lambda>() method
158 areAnyNotificationsPresent, in <lambda>() method
189 areAnyNotificationsPresent, in <lambda>() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractorTest.kt235 val areAnyNotificationsPresent by collectLastValue(underTest.areAnyNotificationsPresent) in areAnyNotificationsPresent_isTrue() constant
247 val areAnyNotificationsPresent by collectLastValue(underTest.areAnyNotificationsPresent) in areAnyNotificationsPresent_isFalse() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractor.kt114 val areAnyNotificationsPresent: Flow<Boolean> = in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor