Home
last modified time | relevance | path

Searched refs:LIGHTS_OUT (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLegacyLightsOutNotifControllerTest.java62 private static final int LIGHTS_OUT = APPEARANCE_LOW_PROFILE_BARS; field in LegacyLightsOutNotifControllerTest
110 LIGHTS_OUT /* appearance */, in testAreLightsOut_lightsOut()
156 LIGHTS_OUT /* appearance */, in testLightsOut_withNotifs_onSystemBarAttributesChanged()
177 LIGHTS_OUT /* appearance */, in testLightsOut_withoutNotifs_onSystemBarAttributesChanged()
215 mLightsOutNotifController.mAppearance = LIGHTS_OUT; in testEntryAdded()
232 mLightsOutNotifController.mAppearance = LIGHTS_OUT; in testEntryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/data/model/
DStatusBarMode.kt42 LIGHTS_OUT,
55 LIGHTS_OUT -> MODE_LIGHTS_OUT in toTransitionModeInt()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/domain/interactor/
DLightsOutInteractor.kt40 StatusBarMode.LIGHTS_OUT, in isLowProfile()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/domain/interactor/
DLightsOutInteractorTest.kt37 statusBarModeRepository.defaultDisplay.statusBarMode.value = StatusBarMode.LIGHTS_OUT in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/data/repository/
DStatusBarModePerDisplayRepository.kt272 this and lightsOutOpaque == lightsOutOpaque -> StatusBarMode.LIGHTS_OUT in toBarMode()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/data/repository/
DStatusBarModeRepositoryImplTest.kt456 assertThat(latest!!.mode).isEqualTo(StatusBarMode.LIGHTS_OUT) in statusBarMode_appearanceLowProfileAndOpaque_lightsOut()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java1702 mode != StatusBarMode.LIGHTS_OUT in updateBubblesVisibility()