Searched refs:TwilightState (Results 1 – 9 of 9) sorted by relevance
56 import com.android.server.twilight.TwilightState;591 final TwilightState state = mTwilightManager.getLastTwilightState(); in twilightSchedule_whenRebootedAfterNight_ifOffAfterNight_turnsOff()606 final TwilightState state = mTwilightManager.getLastTwilightState(); in twilightSchedule_whenRebootedAfterNight_ifOffBeforeNight_turnsOff()621 final TwilightState state = mTwilightManager.getLastTwilightState(); in twilightSchedule_whenRebootedAfterNight_ifOffDuringNight_turnsOff()636 final TwilightState state = mTwilightManager.getLastTwilightState(); in twilightSchedule_whenRebootedAfterNight_ifOffInFuture_turnsOff()651 final TwilightState state = mTwilightManager.getLastTwilightState(); in twilightSchedule_whenRebootedAfterNight_ifOnAfterNight_turnsOn()666 final TwilightState state = mTwilightManager.getLastTwilightState(); in twilightSchedule_whenRebootedAfterNight_ifOnBeforeNight_turnsOff()1351 return new TwilightState(sunriseMillis, sunsetMillis); in getTwilightStateRelativeToNow()1357 private TwilightState mTwilightState;1364 void setTwilightState(TwilightState state) { in setTwilightState()[all …]
32 public final class TwilightState { class37 public TwilightState(long sunriseTimeMillis, long sunsetTimeMillis) { in TwilightState() method in TwilightState84 return o instanceof TwilightState && equals((TwilightState) o); in equals()87 public boolean equals(TwilightState other) { in equals()
75 protected TwilightState mLastTwilightState;111 public TwilightState getLastTwilightState() { in onStart()216 final TwilightState state = calculateTwilightState(location, currentTimeMillis); in updateTwilightState()279 private static TwilightState calculateTwilightState(Location location, long timeMillis) { in calculateTwilightState()308 return new TwilightState(sunriseTimeMillis, sunsetTimeMillis); in calculateTwilightState()
28 void onTwilightStateChanged(@Nullable TwilightState state); in onTwilightStateChanged()
44 TwilightState getLastTwilightState(); in getLastTwilightState()
47 final TwilightState priorState = mTwilightService.mLastTwilightState; in testValidLocation_updatedLocation()55 final TwilightState priorState = mTwilightService.mLastTwilightState; in testInvalidLocation_ignoreLocationUpdate()
83 import com.android.server.twilight.TwilightState;1243 private void updateActivated(TwilightState state) { in updateActivated()1289 public void onTwilightStateChanged(@Nullable TwilightState state) { in onTwilightStateChanged()
98 import com.android.server.twilight.TwilightState;288 public void onTwilightStateChanged(@Nullable TwilightState state) {1639 final TwilightState lastState = mTwilightManager.getLastTwilightState(); in updateConfigurationLocked()
94 import com.android.server.twilight.TwilightState;134 private TwilightState mTwilightState;