Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/color/
H A DColorDisplayServiceTest.java1148 new Time(getLocalTimeRelativeToNow(startTimeOffset))); in setAutoModeCustom()
1150 .setNightDisplayCustomEndTime(new Time(getLocalTimeRelativeToNow(endTimeOffset))); in setAutoModeCustom()
1297 private static LocalTime getLocalTimeRelativeToNow(int offsetMinutes) { in getLocalTimeRelativeToNow() method in ColorDisplayServiceTest
1312 final LocalTime sunset = getLocalTimeRelativeToNow(sunsetOffset); in getTwilightStateRelativeToNow()
1313 final LocalTime sunrise = getLocalTimeRelativeToNow(sunriseOffset); in getTwilightStateRelativeToNow()