Home
last modified time | relevance | path

Searched refs:areAnyNotificationsPresentValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractorTest.kt67 assertThat(underTest.areAnyNotificationsPresentValue).isTrue() in areAnyNotificationsPresent_isTrue()
79 assertThat(underTest.areAnyNotificationsPresentValue).isFalse() in areAnyNotificationsPresent_isFalse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractor.kt85 val areAnyNotificationsPresentValue: Boolean in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor