HsumHelper
public
final
class
HsumHelper
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.device.HsumHelper |
HSUM (Gözetimsiz Sistem Kullanıcısı Modu) görevleri için yardımcı programlar sağlar.
Özet
Sabitler | |
|---|---|
String |
BOOT_STRATEGY_PROPERTY
|
Herkese açık oluşturucular | |
|---|---|
HsumHelper(ITestDevice device)
|
|
Herkese açık yöntemler | |
|---|---|
HsumHelper.HsumBootStrategy
|
getHsumBootStrategy()
Cihazın |
void
|
setHsumBootStrategy(HsumHelper.HsumBootStrategy strategy)
Cihazın |
Sabitler
BOOT_STRATEGY_PROPERTY
public static final String BOOT_STRATEGY_PROPERTY
Sabit Değer: "persist.user.hsum_boot_strategy"
Herkese açık oluşturucular
Herkese açık yöntemler
getHsumBootStrategy
public HsumHelper.HsumBootStrategy getHsumBootStrategy ()
Cihazın HsumBootStrategy değerini alır.
| İadeler | |
|---|---|
HsumHelper.HsumBootStrategy |
|
| Verdiği hatalar | |
|---|---|
IllegalStateException |
Mevcut strateji geçersiz bir değere ayarlanmışsa |
DeviceNotAvailableException |
|
setHsumBootStrategy
public void setHsumBootStrategy (HsumHelper.HsumBootStrategy strategy)
Cihazın HsumBootStrategy ayarını yapar.
| Parametreler | |
|---|---|
strategy |
HsumHelper.HsumBootStrategy |
| Verdiği hatalar | |
|---|---|
DeviceNotAvailableException |
|