Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/tiles/impl/uimodenight/
DUiModeNightTileModelHelper.kt36 customNightModeEnd: LocalTime = defaultCustomNightEnd, in createModel()
46 customNightModeEnd, in createModel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/interactor/
DUiModeNightTileDataInteractor.kt97 val customNightModeEnd = uiModeManager.customNightModeEnd in createModel() constant
107 customNightModeEnd, in createModel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/model/
DUiModeNightTileModel.kt33 val customNightModeEnd: 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.kt73 whenever(uiModeManager.customNightModeEnd).thenReturn(LocalTime.MAX) in setup()
111 verify(uiModeManager).customNightModeEnd in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/
DUiModeNightTileMapper.kt66 customNightModeEnd in map()