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.java764 int startTimeValue = Secure.getIntForUser(getContext().getContentResolver(), in getNightDisplayCustomStartTimeInternal() local
766 if (startTimeValue == NOT_SET) { in getNightDisplayCustomStartTimeInternal()
767 startTimeValue = getContext().getResources().getInteger( in getNightDisplayCustomStartTimeInternal()
770 return new Time(LocalTime.ofSecondOfDay(startTimeValue / 1000)); in getNightDisplayCustomStartTimeInternal()