HsumHelper

public final class HsumHelper
extends Object

java.lang.Object
com.android.tradefed.device.HsumHelper


Fornisce utilità per le attività HSUM (Headless System User Mode)

Riepilogo

Costanti

String BOOT_STRATEGY_PROPERTY

Costruttori pubblici

HsumHelper(ITestDevice device)

Metodi pubblici

HsumHelper.HsumBootStrategy getHsumBootStrategy()

Ottiene HsumBootStrategy del dispositivo.

void setHsumBootStrategy(HsumHelper.HsumBootStrategy strategy)

Imposta HsumBootStrategy del dispositivo.

Costanti

BOOT_STRATEGY_PROPERTY

public static final String BOOT_STRATEGY_PROPERTY

Valore costante: "persist.user.hsum_boot_strategy"

Costruttori pubblici

HsumHelper

public HsumHelper (ITestDevice device)

Parametri
device ITestDevice

Metodi pubblici

getHsumBootStrategy

public HsumHelper.HsumBootStrategy getHsumBootStrategy ()

Ottiene HsumBootStrategy del dispositivo.

Resi
HsumHelper.HsumBootStrategy

Genera
IllegalStateException se la strategia corrente è impostata su un valore non valido.
DeviceNotAvailableException

setHsumBootStrategy

public void setHsumBootStrategy (HsumHelper.HsumBootStrategy strategy)

Imposta HsumBootStrategy del dispositivo.

Parametri
strategy HsumHelper.HsumBootStrategy

Genera
DeviceNotAvailableException