Home
last modified time | relevance | path

Searched defs:requiresChargingForReboot (Results 1 – 3 of 3) sorted by relevance

/packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/
DUnattendedRebootManagerInjector.java52 boolean requiresChargingForReboot(Context context); in requiresChargingForReboot() method
DUnattendedRebootManager.java176 public boolean requiresChargingForReboot(Context context) { in requiresChargingForReboot() method in UnattendedRebootManager.InjectorImpl
/packages/modules/ConfigInfrastructure/service/javatests/src/com/android/server/deviceconfig/
DUnattendedRebootManagerTest.java460 private boolean requiresChargingForReboot; field in UnattendedRebootManagerTest.FakeInjector
490 public boolean requiresChargingForReboot(Context context) { in requiresChargingForReboot() method in UnattendedRebootManagerTest.FakeInjector