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