RootcanalUtils 卡
public
class
RootcanalUtils
extends TestWatcher
java.lang.Object 中 | ||
↳ | org.junit.rules.TestWatcher | |
↳ | com.android.sts.common.RootcanalUtils |
TestWatcher,用于设置虚拟蓝牙 HAL 并在完成后重新启动设备。
摘要
嵌套类 | |
---|---|
class |
RootcanalUtils.HciDevice
用于封装可通过 HCI 命令控制的虚拟 HCI 设备的类。 |
class |
RootcanalUtils.RootcanalController
|
公共构造函数 | |
---|---|
RootcanalUtils(BaseHostJUnit4Test test)
|
公共方法 | |
---|---|
RootcanalUtils.RootcanalController
|
enableRootcanal()
将当前设备上的现有 HAL 替换为 RootCanal HAL。 |
void
|
finished(Description d)
|
公共构造函数
RootcanalUtils 卡
public RootcanalUtils (BaseHostJUnit4Test test)
参数 | |
---|---|
test |
BaseHostJUnit4Test |
公共方法
启用 rootcanal
public RootcanalUtils.RootcanalController enableRootcanal ()
将当前设备上的现有 HAL 替换为 RootCanal HAL。
返回 | |
---|---|
RootcanalUtils.RootcanalController |
一个 RootcanalController 实例 |
抛出 | |
---|---|
DeviceNotAvailableException |
|
IOException |
|
InterruptedException |
已收市
public void finished (Description d)
参数 | |
---|---|
d |
Description |