OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:todaysunset
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/services/java/com/android/server/
TwilightService.java
178
long todaySunrise, long
todaySunset
,
183
mTodaySunset =
todaySunset
;
483
final long
todaySunset
= mTwilightCalculator.mSunset;
492
todaySunrise,
todaySunset
, tomorrowSunrise);
500
if (todaySunrise == -1 ||
todaySunset
== -1) {
507
if (now >
todaySunset
) {
510
nextUpdate +=
todaySunset
;
Completed in 33 milliseconds