Searched refs:customNightModeStart (Results 1 – 5 of 5) sorted by relevance
37 customNightModeStart: LocalTime = defaultCustomNightStart in createModel()47 customNightModeStart in createModel()
98 val customNightModeStart = uiModeManager.customNightModeStart in createModel() constant108 customNightModeStart in createModel()
34 val customNightModeStart: LocalTime constant in com.android.systemui.qs.tiles.impl.uimodenight.domain.model.UiModeNightTileModel
72 whenever(uiModeManager.customNightModeStart).thenReturn(LocalTime.MIN) in setup()110 verify(uiModeManager).customNightModeStart in <lambda>()
68 customNightModeStart in map()