Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DNightDisplayServiceTest.java904 mNightDisplayController.setCustomStartTime(getLocalTimeRelativeToNow(startTimeOffset)); in setAutoModeCustom()
905 mNightDisplayController.setCustomEndTime(getLocalTimeRelativeToNow(endTimeOffset)); in setAutoModeCustom()
969 private static LocalTime getLocalTimeRelativeToNow(int offsetMinutes) { in getLocalTimeRelativeToNow() method in NightDisplayServiceTest
984 final LocalTime sunset = getLocalTimeRelativeToNow(sunsetOffset); in getTwilightStateRelativeToNow()
985 final LocalTime sunrise = getLocalTimeRelativeToNow(sunriseOffset); in getTwilightStateRelativeToNow()