Home
last modified time | relevance | path

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

/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
491 return requiresChargingForReboot; in requiresChargingForReboot()
495 requiresChargingForReboot = requiresCharging; in setRequiresChargingForReboot()
/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
393 && mInjector.requiresChargingForReboot(mContext) in tryRebootOrSchedule()