Searched refs:hasClearableAlertingNotifications (Results 1 – 4 of 4) sorted by relevance
151 val hasClearable by collectLastValue(underTest.hasClearableAlertingNotifications) in hasClearableAlertingNotifications_whenHasClearableSilentNotifs()169 val hasClearable by collectLastValue(underTest.hasClearableAlertingNotifications) in hasClearableAlertingNotifications_whenHasNoClearableNotifs()187 val hasClearable by collectLastValue(underTest.hasClearableAlertingNotifications) in hasClearableAlertingNotifications_whenHasAlertingNotifs()
226 val hasClearableAlertingNotifications: StateFlow<Boolean> = in <lambda>() constant227 viewModel.hasClearableAlertingNotifications.stateIn(this) in <lambda>()232 closeShade = !hasClearableAlertingNotifications.value, in <lambda>()
238 val hasClearableAlertingNotifications: Flow<Boolean> by lazy { in <lambda>() constant242 activeNotificationsInteractor.hasClearableAlertingNotifications.dumpWhileCollecting( in <lambda>()
105 val hasClearableAlertingNotifications: Flow<Boolean> = in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor