Home
last modified time | relevance | path

Searched refs:getRebootStartTime (Results 1 – 3 of 3) sorted by relevance

/packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/
DUnattendedRebootManager.java112 public int getRebootStartTime() { in getRebootStartTime() method in UnattendedRebootManager.InjectorImpl
314 rebootHour = mInjector.getRebootStartTime(); in scheduleReboot()
377 currentHour >= mInjector.getRebootStartTime() in tryRebootOrSchedule()
DUnattendedRebootManagerInjector.java26 int getRebootStartTime(); in getRebootStartTime() method
/packages/modules/ConfigInfrastructure/service/javatests/src/com/android/server/deviceconfig/
DUnattendedRebootManagerTest.java556 public int getRebootStartTime() { in getRebootStartTime() method in UnattendedRebootManagerTest.FakeInjector