Searched refs:areAnyNotificationsPresent (Results 1 – 5 of 5) sorted by relevance
61 val areAnyNotificationsPresent by collectLastValue(underTest.areAnyNotificationsPresent) in areAnyNotificationsPresent_isTrue() constant66 assertThat(areAnyNotificationsPresent).isTrue() in areAnyNotificationsPresent_isTrue()73 val areAnyNotificationsPresent by collectLastValue(underTest.areAnyNotificationsPresent) in areAnyNotificationsPresent_isFalse() constant78 assertThat(areAnyNotificationsPresent).isFalse() in areAnyNotificationsPresent_isFalse()
81 activeNotificationsInteractor.areAnyNotificationsPresent, in <lambda>()107 activeNotificationsInteractor.areAnyNotificationsPresent, in <lambda>()114 areAnyNotificationsPresent, in <lambda>() method121 !areAnyNotificationsPresent -> true in <lambda>()
80 activeNotificationsInteractor.areAnyNotificationsPresent, in <lambda>()96 activeNotificationsInteractor.areAnyNotificationsPresent, in <lambda>()150 activeNotificationsInteractor.areAnyNotificationsPresent, in <lambda>()
75 val areAnyNotificationsPresent: Flow<Boolean> = in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor
107 notificationsInteractor.areAnyNotificationsPresent,