BatteryUnavailableDeviceRecovery
public
class
BatteryUnavailableDeviceRecovery
extends RunConfigDeviceRecovery
Recovery checker that will trigger a configuration if the battery level is not available.
Summary
Public methods |
boolean
|
shouldSkip(IManagedTestDevice device)
Extra chance to skip the recovery on a given device by doing extra checks.
|
Public constructors
BatteryUnavailableDeviceRecovery
public BatteryUnavailableDeviceRecovery ()
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.
|