Searched refs:hasClearableNotifications (Results 1 – 3 of 3) sorted by relevance
58 activeNotificationsInteractor.hasClearableNotifications in <lambda>()59 .combine(message.isVisible) { hasClearableNotifications, isMessageVisible -> in <lambda>() method64 hasClearableNotifications in <lambda>()
97 val hasClearable by collectLastValue(underTest.hasClearableNotifications) in clearableNotifications_whenHasClearableAlertingNotifs()115 val hasClearable by collectLastValue(underTest.hasClearableNotifications) in hasClearableNotifications_whenHasClearableSilentNotifs()133 val hasClearable by collectLastValue(underTest.hasClearableNotifications) in testHasClearableNotifications_whenHasNoNotifs()
99 val hasClearableNotifications: Flow<Boolean> = in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor