Home
last modified time | relevance | path

Searched refs:customNightModeStart (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/tiles/impl/uimodenight/
DUiModeNightTileModelHelper.kt37 customNightModeStart: LocalTime = defaultCustomNightStart in createModel()
47 customNightModeStart in createModel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/interactor/
DUiModeNightTileDataInteractor.kt98 val customNightModeStart = uiModeManager.customNightModeStart in createModel() constant
108 customNightModeStart in createModel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/model/
DUiModeNightTileModel.kt34 val customNightModeStart: LocalTime constant in com.android.systemui.qs.tiles.impl.uimodenight.domain.model.UiModeNightTileModel
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/
DUiModeNightTileDataInteractorTest.kt72 whenever(uiModeManager.customNightModeStart).thenReturn(LocalTime.MIN) in setup()
110 verify(uiModeManager).customNightModeStart in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/
DUiModeNightTileMapper.kt68 customNightModeStart in map()