HomeSort by relevance Sort by last modified time
    Searched refs:NIGHT (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/
TwilightCalculator.java 28 /** Value of {@link #mState} if it is currently night */
29 public static final int NIGHT = 1;
51 * or night never ends.
57 * day or night never ends.
97 // The day or night never ends for the given date and location, if this value is out of
100 mState = NIGHT;
119 mState = NIGHT;
UiModeManagerService.java 443 // Disabling the car mode clears the night mode.
762 // In the case the day or night never ends the update is scheduled 12 hours later.
775 if (mLastTwilightState == TwilightCalculator.NIGHT) {
    [all...]

Completed in 151 milliseconds