Searched refs:areNotificationsLightsOut (Results 1 – 4 of 4) sorted by relevance
76 fun areNotificationsLightsOut(displayId: Int): Flow<Boolean> in <lambda>() method102 override fun areNotificationsLightsOut(displayId: Int): Flow<Boolean> = in areNotificationsLightsOut() method
352 val actual by collectLastValue(underTest.areNotificationsLightsOut(DISPLAY_ID)) in areNotificationsLightsOut_lowProfileWithNotifications_true()366 val actual by collectLastValue(underTest.areNotificationsLightsOut(DISPLAY_ID)) in areNotificationsLightsOut_lowProfileWithoutNotifications_false()379 val actual by collectLastValue(underTest.areNotificationsLightsOut(DISPLAY_ID)) in areNotificationsLightsOut_defaultStatusBarModeWithoutNotifications_false()392 val actual by collectLastValue(underTest.areNotificationsLightsOut(DISPLAY_ID)) in areNotificationsLightsOut_defaultStatusBarModeWithNotifications_false()402 val flow = underTest.areNotificationsLightsOut(DISPLAY_ID) in areNotificationsLightsOut_requiresFlagEnabled()
34 override fun areNotificationsLightsOut(displayId: Int): Flow<Boolean> = areNotificationLightsOut in areNotificationsLightsOut() method in com.android.systemui.statusbar.pipeline.shared.ui.viewmodel.FakeCollapsedStatusBarViewModel
79 viewModel.areNotificationsLightsOut(displayId).collect { show -> in bind()