BatteryRechargeDeviceRecovery
public
class
BatteryRechargeDeviceRecovery
extends RunConfigDeviceRecovery
Allow to trigger a command when the battery level of the device goes under a given threshold.
Summary
Public methods |
boolean
|
shouldSkip(IManagedTestDevice device)
Extra chance to skip the recovery on a given device by doing extra checks.
|
Public constructors
BatteryRechargeDeviceRecovery
public BatteryRechargeDeviceRecovery ()
Public methods
shouldSkip
public boolean shouldSkip (IManagedTestDevice device)
Extra chance to skip the recovery on a given device by doing extra checks.
Returns |
boolean |
True if recovery should be skipped.
|