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()

デバイスの HsumBootStrategy を取得します。

void setHsumBootStrategy(HsumHelper.HsumBootStrategy strategy)

デバイスの HsumBootStrategy を設定します。

定数

BOOT_STRATEGY_PROPERTY

public static final String BOOT_STRATEGY_PROPERTY

定数値: "persist.user.hsum_boot_strategy"

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

HsumHelper

public HsumHelper (ITestDevice device)

パラメータ
device ITestDevice

パブリック メソッド

getHsumBootStrategy

public HsumHelper.HsumBootStrategy getHsumBootStrategy ()

デバイスの HsumBootStrategy を取得します。

戻り値
HsumHelper.HsumBootStrategy

例外
IllegalStateException 現在の戦略が無効な値に設定されている場合。
DeviceNotAvailableException

setHsumBootStrategy

public void setHsumBootStrategy (HsumHelper.HsumBootStrategy strategy)

デバイスの HsumBootStrategy を設定します

パラメータ
strategy HsumHelper.HsumBootStrategy

例外
DeviceNotAvailableException