Searched defs:tomorrowSunrise (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DTwilightService.java179 long tomorrowSunrise) {
184 mTomorrowSunrise = tomorrowSunrise;
488 final long tomorrowSunrise = mTwilightCalculator.mSunrise;
492 todaySunrise, todaySunset, tomorrowSunrise);
508 nextUpdate += tomorrowSunrise;
176 TwilightState(boolean isNight, long yesterdaySunset, long todaySunrise, long todaySunset, long tomorrowSunrise) argument

Completed in 24 milliseconds