Searched refs:requiresChargingForReboot (Results 1 – 3 of 3) sorted by relevance
460 private boolean requiresChargingForReboot; field in UnattendedRebootManagerTest.FakeInjector490 public boolean requiresChargingForReboot(Context context) { in requiresChargingForReboot() method in UnattendedRebootManagerTest.FakeInjector491 return requiresChargingForReboot; in requiresChargingForReboot()495 requiresChargingForReboot = requiresCharging; in setRequiresChargingForReboot()
52 boolean requiresChargingForReboot(Context context); in requiresChargingForReboot() method
176 public boolean requiresChargingForReboot(Context context) { in requiresChargingForReboot() method in UnattendedRebootManager.InjectorImpl393 && mInjector.requiresChargingForReboot(mContext) in tryRebootOrSchedule()