根管ユーティリティ

public class RootcanalUtils
extends TestWatcher

java.lang.オブジェクト
org.junit.rules.TestWatcher
com.android.sts.common.RootcanalUtils


仮想 Bluetooth HAL をセットアップし、完了したらデバイスを再起動する TestWatcher。

まとめ

入れ子になったクラス

class RootcanalUtils.HciDevice

HCI コマンドで制御できる仮想 HCI デバイスをカプセル化するクラス。

class RootcanalUtils.RootcanalController

パブリックコンストラクター

RootcanalUtils (BaseHostJUnit4Test test)

パブリックメソッド

RootcanalUtils.RootcanalController enableRootcanal ()

現在のデバイス上の既存の HAL を RootCanal HAL に置き換えます。

void finished (Description d)

パブリックコンストラクター

根管ユーティリティ

public RootcanalUtils (BaseHostJUnit4Test test)

パラメーター
test BaseHostJUnit4Test

パブリックメソッド

根管を有効にする

public RootcanalUtils.RootcanalController enableRootcanal ()

現在のデバイス上の既存の HAL を RootCanal HAL に置き換えます。

戻り値
RootcanalUtils.RootcanalController RootcanalController のインスタンス

投げる
DeviceNotAvailableException
IOException
InterruptedException

終了した

public void finished (Description d)

パラメーター
d Description