Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayService.java708 int startTimeValue = Secure.getIntForUser(getContext().getContentResolver(), in getNightDisplayCustomStartTimeInternal() local
710 if (startTimeValue == NOT_SET) { in getNightDisplayCustomStartTimeInternal()
711 startTimeValue = getContext().getResources().getInteger( in getNightDisplayCustomStartTimeInternal()
714 return new Time(LocalTime.ofSecondOfDay(startTimeValue / 1000)); in getNightDisplayCustomStartTimeInternal()