Searched refs:setAutoModeTwilight (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | NightDisplayServiceTest.java | 322 setAutoModeTwilight(-120 /* sunsetOffset */, -60 /* sunriseOffset */); in twilightSchedule_whenStartedAfterNight_ifOffAfterNight_turnsOff() 331 setAutoModeTwilight(-120 /* sunsetOffset */, -60 /* sunriseOffset */); in twilightSchedule_whenStartedAfterNight_ifOffBeforeNight_turnsOff() 340 setAutoModeTwilight(-120 /* sunsetOffset */, -60 /* sunriseOffset */); in twilightSchedule_whenStartedAfterNight_ifOffDuringNight_turnsOff() 349 setAutoModeTwilight(-120 /* sunsetOffset */, -60 /* sunriseOffset */); in twilightSchedule_whenStartedAfterNight_ifOffInFuture_turnsOff() 358 setAutoModeTwilight(-120 /* sunsetOffset */, -60 /* sunriseOffset */); in twilightSchedule_whenStartedAfterNight_ifOnAfterNight_turnsOn() 367 setAutoModeTwilight(-120 /* sunsetOffset */, -60 /* sunriseOffset */); in twilightSchedule_whenStartedAfterNight_ifOnBeforeNight_turnsOff() 376 setAutoModeTwilight(-120 /* sunsetOffset */, -60 /* sunriseOffset */); in twilightSchedule_whenStartedAfterNight_ifOnDuringNight_turnsOff() 385 setAutoModeTwilight(-120 /* sunsetOffset */, -60 /* sunriseOffset */); in twilightSchedule_whenStartedAfterNight_ifOnInFuture_turnsOff() 394 setAutoModeTwilight(60 /* sunsetOffset */, 120 /* sunriseOffset */); in twilightSchedule_whenStartedBeforeNight_ifOffAfterNight_turnsOff() 403 setAutoModeTwilight(60 /* sunsetOffset */, 120 /* sunriseOffset */); in twilightSchedule_whenStartedBeforeNight_ifOffBeforeNight_turnsOff() [all …]
|