Searched refs:getLocalTimeRelativeToNow (Results 1 – 1 of 1) sorted by relevance
1148 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 ColorDisplayServiceTest1312 final LocalTime sunset = getLocalTimeRelativeToNow(sunsetOffset); in getTwilightStateRelativeToNow()1313 final LocalTime sunrise = getLocalTimeRelativeToNow(sunriseOffset); in getTwilightStateRelativeToNow()