Home
last modified time | relevance | path

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

/packages/modules/ConfigInfrastructure/service/javatests/src/com/android/server/deviceconfig/
DUnattendedRebootManagerTest.java167 public void scheduleReboot() { in scheduleReboot() method in UnattendedRebootManagerTest
181 mRebootManager.scheduleReboot(); in scheduleReboot()
206 mRebootManager.scheduleReboot(); in scheduleReboot_requiresCharging_notCharging()
243 mRebootManager.scheduleReboot(); in scheduleReboot_doesNotRequireCharging_notCharging()
270 mRebootManager.scheduleReboot(); in scheduleReboot_requiresCharging_flagNotEnabled()
294 mRebootManager.scheduleReboot(); in scheduleReboot_noPinLock()
314 mRebootManager.scheduleReboot(); in scheduleReboot_noPreparation()
335 mRebootManager.scheduleReboot(); in scheduleReboot_simPinPreparationFailed()
351 mRebootManager.scheduleReboot(); in scheduleReboot_noInternet()
372 mRebootManager.scheduleReboot(); in scheduleReboot_noInternetValidation()
[all …]
/packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/
DUnattendedRebootManager.java306 public void scheduleReboot() { in scheduleReboot() method in UnattendedRebootManager
342 scheduleReboot(); in tryRebootOrSchedule()
355 scheduleReboot(); in tryRebootOrSchedule()
383 scheduleReboot(); in tryRebootOrSchedule()
389 scheduleReboot(); in tryRebootOrSchedule()
406 scheduleReboot(); in tryRebootOrSchedule()
410 scheduleReboot(); in tryRebootOrSchedule()
DDeviceConfigInit.java113 mUnattendedRebootManager.scheduleReboot(); in onStart()