Home
last modified time | relevance | path

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

/packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/
DUnattendedRebootManagerInjector.java55 void regularReboot(Context context); in regularReboot() method
DUnattendedRebootManager.java201 public void regularReboot(Context context) { in regularReboot() method in UnattendedRebootManager.InjectorImpl
348 mInjector.regularReboot(mContext); in tryRebootOrSchedule()
/packages/modules/ConfigInfrastructure/service/javatests/src/com/android/server/deviceconfig/
DUnattendedRebootManagerTest.java589 public void regularReboot(Context context) { in regularReboot() method in UnattendedRebootManagerTest.FakeInjector