Searched refs:getLastTwilightState (Results 1 – 7 of 7) sorted by relevance
575 final TwilightState state = mTwilightManager.getLastTwilightState(); in twilightSchedule_whenRebootedAfterNight_ifOffAfterNight_turnsOff()590 final TwilightState state = mTwilightManager.getLastTwilightState(); in twilightSchedule_whenRebootedAfterNight_ifOffBeforeNight_turnsOff()605 final TwilightState state = mTwilightManager.getLastTwilightState(); in twilightSchedule_whenRebootedAfterNight_ifOffDuringNight_turnsOff()620 final TwilightState state = mTwilightManager.getLastTwilightState(); in twilightSchedule_whenRebootedAfterNight_ifOffInFuture_turnsOff()635 final TwilightState state = mTwilightManager.getLastTwilightState(); in twilightSchedule_whenRebootedAfterNight_ifOnAfterNight_turnsOn()650 final TwilightState state = mTwilightManager.getLastTwilightState(); in twilightSchedule_whenRebootedAfterNight_ifOnBeforeNight_turnsOff()665 final TwilightState state = mTwilightManager.getLastTwilightState(); in twilightSchedule_whenRebootedAfterNight_ifOnDuringNight_turnsOff()680 final TwilightState state = mTwilightManager.getLastTwilightState(); in twilightSchedule_whenRebootedAfterNight_ifOnInFuture_turnsOff()695 final TwilightState state = mTwilightManager.getLastTwilightState(); in twilightSchedule_whenRebootedBeforeNight_ifOffAfterNight_turnsOff()710 final TwilightState state = mTwilightManager.getLastTwilightState(); in twilightSchedule_whenRebootedBeforeNight_ifOffBeforeNight_turnsOff()[all …]
44 TwilightState getLastTwilightState(); in getLastTwilightState() method
110 public TwilightState getLastTwilightState() { in onStart()
125 when(mTwilightManager.getLastTwilightState()).thenReturn(mTwilightState); in setUp()
861 pw.println(mTwilightManager.getLastTwilightState()); in dumpImpl()1062 final TwilightState lastState = mTwilightManager.getLastTwilightState(); in updateConfigurationLocked()
1105 updateActivated(mTwilightManager.getLastTwilightState()); in onStart()
31711 HSPLcom/android/server/twilight/TwilightService$1;->getLastTwilightState()Lcom/android/server/twili…