Searched defs:areAnyNotificationsPresent (Results 1 – 3 of 3) sorted by relevance
99 private val areAnyNotificationsPresent: Flow<Boolean> = in <lambda>() constant104 ) { areAnyNotificationsPresent, isAodPromotedNotificationPresent -> in <lambda>() method158 areAnyNotificationsPresent, in <lambda>() method189 areAnyNotificationsPresent, in <lambda>() method
235 val areAnyNotificationsPresent by collectLastValue(underTest.areAnyNotificationsPresent) in areAnyNotificationsPresent_isTrue() constant247 val areAnyNotificationsPresent by collectLastValue(underTest.areAnyNotificationsPresent) in areAnyNotificationsPresent_isFalse() constant
114 val areAnyNotificationsPresent: Flow<Boolean> = in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor