Searched refs:hasNonClearableSilentNotifications (Results 1 – 4 of 4) sorted by relevance
105 val hasNonClearableSilentNotifications: StateFlow<Boolean> = in <lambda>() constant106 viewModel.hasNonClearableSilentNotifications.stateIn(this) in <lambda>()107 launch { reinflateAndBindFooter(view, hasNonClearableSilentNotifications) } in <lambda>()110 bindSilentHeaderClickListener(view, hasNonClearableSilentNotifications) in <lambda>()137 hasNonClearableSilentNotifications: StateFlow<Boolean> in <lambda>()155 hasNonClearableSilentNotifications in <lambda>()169 hasNonClearableSilentNotifications: StateFlow<Boolean> in <lambda>()180 hideSilentSection = !hasNonClearableSilentNotifications.value, in <lambda>()224 hasNonClearableSilentNotifications: StateFlow<Boolean>, in <lambda>()235 hideSilentSection = !hasNonClearableSilentNotifications.value, in <lambda>()
205 val hasNonClearable by collectLastValue(underTest.hasNonClearableSilentNotifications) in hasNonClearableSilentNotifications_whenHasNonClearableSilentNotifs()223 val hasNonClearable by collectLastValue(underTest.hasNonClearableSilentNotifications) in testHasNonClearableSilentNotifications_whenHasClearableSilentNotifs()
248 val hasNonClearableSilentNotifications: Flow<Boolean> by lazy { in <lambda>() constant252 activeNotificationsInteractor.hasNonClearableSilentNotifications.dumpWhileCollecting( in <lambda>()
111 val hasNonClearableSilentNotifications: Flow<Boolean> = in <lambda>() constant in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsInteractor