HsumHelper
public
final
class
HsumHelper
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.device.HsumHelper |
HSUM(ヘッドレス システム ユーザー モード)タスクのユーティリティを提供します
概要
定数 | |
|---|---|
String |
BOOT_STRATEGY_PROPERTY
|
パブリック コンストラクタ | |
|---|---|
HsumHelper(ITestDevice device)
|
|
パブリック メソッド | |
|---|---|
HsumHelper.HsumBootStrategy
|
getHsumBootStrategy()
デバイスの |
void
|
setHsumBootStrategy(HsumHelper.HsumBootStrategy strategy)
デバイスの |
定数
BOOT_STRATEGY_PROPERTY
public static final String BOOT_STRATEGY_PROPERTY
定数値: "persist.user.hsum_boot_strategy"
パブリック コンストラクタ
パブリック メソッド
getHsumBootStrategy
public HsumHelper.HsumBootStrategy getHsumBootStrategy ()
デバイスの HsumBootStrategy を取得します。
| 戻り値 | |
|---|---|
HsumHelper.HsumBootStrategy |
|
| 例外 | |
|---|---|
IllegalStateException |
現在の戦略が無効な値に設定されている場合。 |
DeviceNotAvailableException |
|
setHsumBootStrategy
public void setHsumBootStrategy (HsumHelper.HsumBootStrategy strategy)
デバイスの HsumBootStrategy を設定します
| パラメータ | |
|---|---|
strategy |
HsumHelper.HsumBootStrategy |
| 例外 | |
|---|---|
DeviceNotAvailableException |
|