DeviceResetHandler

public class DeviceResetHandler
extends Object

java.lang.Object 中
   ↳ com.android.tradefed.device.internal.DeviceResetHandler


实用程序处理,通常是设备重置。这仅供 自动化测试框架不应在测试期间调用此方法。

摘要

公共构造函数

DeviceResetHandler()
DeviceResetHandler(IInvocationContext context)

公共方法

boolean resetDevice(ITestDevice device)

指定设备的通话重置。

公共构造函数

DeviceResetHandler

public DeviceResetHandler ()

DeviceResetHandler

public DeviceResetHandler (IInvocationContext context)

参数
context IInvocationContext

公共方法

重置设备

public boolean resetDevice (ITestDevice device)

指定设备的通话重置。

参数
device ITestDevice:要重置的设备。

返回
boolean 如果重置成功,则为 true,否则为 false。

抛出
com.android.tradefed.device.DeviceNotAvailableException
DeviceNotAvailableException