기기 설정

public class DeviceSetup
extends BaseTargetPreparer implements IExternalDependency

java.lang.Object의 클래스
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.DeviceSetup


ITargetPreparer: 제공된 Option에 기반하여 테스트할 기기를 구성합니다.

'adb root'인 기기가 필요합니다. 일반적으로 userdebug 빌드 유형입니다.

새 빌드가 플래시된 후에 수행해야 합니다.

참고: 이 준비자는 지속적 테스트 실험실을 위한 것이며 다음 실행 전에 테스트 중인 기기가 플래시되고 완전 삭제됩니다. 따라서 Kubernetes가 해체 중에 작동하지 않으며 테스트 모듈에 사용해서는 안 됩니다.

요약

필드

protected BinaryState mAirplaneMode

protected BinaryState mAutoRotate

protected BinaryState mAutoUpdateTime

protected BinaryState mAutoUpdateTimezone

protected BinaryState mBatterySaver

protected Integer mBatterySaverTrigger

protected BinaryState mBluetooth

protected BinaryState mCell

protected BinaryState mCellAutoSetting

protected BinaryState mData

protected Integer mDefaultSimData

protected Integer mDefaultSimSms

protected Integer mDefaultSimVoice

protected boolean mDisableAudio

protected BinaryState mDisableCwWifiMediator

protected boolean mDisableDalvikVerifier

protected boolean mDisableDialing

protected boolean mDisableDoze

protected boolean mEnableFullBatteryStatsHistory

protected BinaryState mEthernet

protected boolean mForceSkipRunCommands

protected boolean mForceSkipSettings

protected boolean mForceSkipSystemProps

protected MultiMap<String, String> mGlobalSettings

protected BinaryState mHideErrorDialogs

protected BinaryState mInstallNonMarketApps

protected File mLocalDataFile

protected BinaryState mLocationGps

protected BinaryState mLocationNetwork

protected long mMinExternalStorageKb

protected BinaryState mNfc

protected BinaryState mNotificationLed

protected boolean mOptimizedPropertySetting

protected File mPreviousProperties

protected String mRemoteDataPath

protected boolean mRestoreProperties

protected boolean mRestoreSettings

protected mRunCommandAfterSettings

protected mRunCommandBeforeSettings

protected BinaryState mScreenAdaptiveBrightness

protected BinaryState mScreenAlwaysOn

protected BinaryState mScreenAmbientMode

protected Integer mScreenBrightness

protected BinaryState mScreenSaver

protected Long mScreenTimeoutSecs

protected MultiMap<String, String> mSecureSettings

protected mSetProps

protected boolean mSetTestHarness

protected BinaryState mSyncTimezoneWithHost

protected MultiMap<String, String> mSystemSettings

protected String mTimezone

protected boolean mTriggerMediaMounted

protected BinaryState mWakeGesture

protected BinaryState mWifi

protected String mWifiPsk

protected BinaryState mWifiScanAlwaysEnabled

protected String mWifiSsid

protected mWifiSsidToPsk

protected BinaryState mWifiWatchdog

공개 생성자

DeviceSetup()

공개 메서드

void changeSettings(ITestDevice device)

기기 설정을 변경합니다.

getDependencies()
ITestDevice getDevice(TestInformation testInfo)
boolean isForceSkipSystemProps()
void processDeprecatedOptions(ITestDevice device)

지원 중단된 옵션을 처리하여 현재 사용되는 옵션으로 변환합니다.

void processOptions(ITestDevice device)

모든 Option를 처리하고 시스템 속성, 설정 또는 명령어 실행으로 변환합니다.

static void setCommandForBinaryState(BinaryState state, commands, String onCommand, String offCommand)

기기에서 실행될 ON/OFF 실행 명령어를 추가하는 도우미 메서드입니다.

void setGlobalSetting(String key, String value)

단위 테스트를 위해 노출됨

void setSecureSetting(String key, String value)

단위 테스트를 위해 노출됨

static void setSettingForBinaryState(BinaryState state, MultiMap<String, String> settingsMap, String setting, String onValue, String offValue)

설정 맵에 켜기/끄기 설정을 추가하는 도우미 메서드입니다.

void setSystemSetting(String key, String value)

단위 테스트를 위해 노출됨

void setUp(TestInformation testInfo)

void tearDown(TestInformation testInfo, Throwable e)

보호된 메서드

void setAirplaneMode(BinaryState airplaneMode)

단위 테스트를 위해 노출됨

void setAutoRotate(BinaryState autoRotate)

단위 테스트를 위해 노출됨

void setAutoUpdateTime(BinaryState autoUpdateTime)

단위 테스트를 위해 노출됨

void setAutoUpdateTimezone(BinaryState autoUpdateTimezone)

단위 테스트를 위해 노출됨

void setBatterySaver(BinaryState batterySaver)

단위 테스트를 위해 노출됨

void setBatterySaverTrigger(Integer batterySaverTrigger)

단위 테스트를 위해 노출됨

void setBluetooth(BinaryState bluetooth)

단위 테스트를 위해 노출됨

void setCell(BinaryState cell)
void setCellAutoSetting(BinaryState cellAutoSetting)
void setData(BinaryState data)
void setDefaultSimData(Integer defaultSimData)

단위 테스트를 위해 노출됨

void setDefaultSimSms(Integer defaultSimSms)

단위 테스트를 위해 노출됨

void setDefaultSimVoice(Integer defaultSimVoice)

단위 테스트를 위해 노출됨

void setDeprecatedAudioSilent(boolean silent)

<ph type="x-smartling-placeholder"></ph> 이 메서드는 지원 중단되었습니다. 대신 setDisableAudio(boolean)를 사용하세요.

void setDeprecatedMinExternalStoreSpace(long storeSpace)

<ph type="x-smartling-placeholder"></ph> 이 메서드는 지원 중단되었습니다. 대신 setMinExternalStorageKb(long)를 사용하세요.

void setDeprecatedSetProp(String prop)

<ph type="x-smartling-placeholder"></ph> 이 메서드는 지원 중단되었습니다. 대신 setProperty(String, String)를 사용하세요.

void setDisableAudio(boolean disable)

단위 테스트를 위해 노출됨

void setDisableCwWifiMediator(BinaryState disableCwWifiMediator)
void setDisableDalvikVerifier(boolean disableDalvikVerifier)

단위 테스트를 위해 노출됨

void setDisableDialing(boolean disableDialing)

단위 테스트를 위해 노출됨

void setDisableDoze(boolean disableDoze)

단위 테스트를 위해 노출됨

void setEnableFullBatteryStatsHistory(boolean enableFullBatteryStatsHistory)

단위 테스트를 위해 노출됨

void setEthernet(BinaryState ethernet)

단위 테스트를 위해 노출됨

void setForceRootSetup(boolean force)
void setForceSkipSystemProps(boolean force)

단위 테스트를 위해 노출됨

void setInstallNonMarketApps(BinaryState installNonMarketApps)

단위 테스트를 위해 노출됨

void setLocalDataPath(File path)

단위 테스트를 위해 노출됨

void setLocationGps(BinaryState locationGps)

단위 테스트를 위해 노출됨

void setLocationNetwork(BinaryState locationNetwork)

단위 테스트를 위해 노출됨

void setMinExternalStorageKb(long storageKb)

단위 테스트를 위해 노출됨

void setNfc(BinaryState nfc)

단위 테스트를 위해 노출됨

void setNotificationLed(BinaryState notificationLed)

단위 테스트를 위해 노출됨

void setProperty(String key, String value)

단위 테스트를 위해 노출됨

void setRestoreProperties(boolean restoreProperties)

단위 테스트를 위해 노출됨

void setRestoreSettings(boolean restoreSettings)

단위 테스트를 위해 노출됨

void setScreenAdaptiveBrightness(BinaryState screenAdaptiveBrightness)

단위 테스트를 위해 노출됨

void setScreenAlwaysOn(BinaryState screenAlwaysOn)

단위 테스트를 위해 노출됨

void setScreenAmbientMode(BinaryState screenAmbientMode)

단위 테스트를 위해 노출됨

void setScreenBrightness(Integer screenBrightness)

단위 테스트를 위해 노출됨

void setScreenSaver(BinaryState screenSaver)

단위 테스트를 위해 노출됨

void setScreenTimeoutSecs(Long screenTimeoutSecs)

단위 테스트를 위해 노출됨

void setTestHarness(boolean setTestHarness)

단위 테스트를 위해 노출됨

void setTimezone(String timezone)

단위 테스트를 위해 노출됨

void setTriggerMediaMounted(boolean triggerMediaMounted)

단위 테스트를 위해 노출됨

void setWakeGesture(BinaryState wakeGesture)

단위 테스트를 위해 노출됨

void setWifi(BinaryState wifi)

단위 테스트를 위해 노출됨

void setWifiNetwork(String wifiNetwork)

단위 테스트를 위해 노출됨

void setWifiPsk(String wifiPsk)
void setWifiScanAlwaysEnabled(BinaryState wifiScanAlwaysEnabled)

단위 테스트를 위해 노출됨

void setWifiSsidToPsk( wifiSssidToPsk)
void setWifiWatchdog(BinaryState wifiWatchdog)

단위 테스트를 위해 노출됨

필드

비행기 모드

protected BinaryState mAirplaneMode

자동 회전

protected BinaryState mAutoRotate

모바일 업데이트 시간

protected BinaryState mAutoUpdateTime

mAutoUpdate시간대

protected BinaryState mAutoUpdateTimezone

배터리 절약 모드

protected BinaryState mBatterySaver

배터리 절약 트리거

protected Integer mBatterySaverTrigger

m블루투스

protected BinaryState mBluetooth

m셀

protected BinaryState mCell

mCellAutoSetting

protected BinaryState mCellAutoSetting

모바일 데이터

protected BinaryState mData

기본 SIM 데이터

protected Integer mDefaultSimData

mDefaultSimSms

protected Integer mDefaultSimSms

모바일 기본 SIM 음성

protected Integer mDefaultSimVoice

오디오 사용 중지

protected boolean mDisableAudio

mDisableCwWifiMediator

protected BinaryState mDisableCwWifiMediator

mDisableDalvikVerifier

protected boolean mDisableDalvikVerifier

전화 사용 중지

protected boolean mDisableDialing

잠자기 모드 사용 중지

protected boolean mDisableDoze

배터리 통계 기록 사용 설정

protected boolean mEnableFullBatteryStatsHistory

이더넷

protected BinaryState mEthernet

mForceSkipRunCommand

protected boolean mForceSkipRunCommands

mForceSkip설정

protected boolean mForceSkipSettings

mForceSkipSystemProps

protected boolean mForceSkipSystemProps

모바일 전역 설정

protected MultiMap<String, String> mGlobalSettings

mHideErrorDialogs

protected BinaryState mHideErrorDialogs

모바일 설치 외 시장 앱

protected BinaryState mInstallNonMarketApps

모바일 로컬 데이터 파일

protected File mLocalDataFile

mLocationGps

protected BinaryState mLocationGps

모바일 위치 네트워크

protected BinaryState mLocationNetwork

mMinExternalStorageKb

protected long mMinExternalStorageKb

모바일 NFC

protected BinaryState mNfc

모바일 알림

protected BinaryState mNotificationLed

mOptimizedPropertySetting

protected boolean mOptimizedPropertySetting

이전 속성

protected File mPreviousProperties

mRemoteDataPath

protected String mRemoteDataPath

mRestoreProperties

protected boolean mRestoreProperties

mRestoreSettings

protected boolean mRestoreSettings

mRunCommandAfterSettings

protected  mRunCommandAfterSettings

mRunCommandBeforeSettings

protected  mRunCommandBeforeSettings

mScreenAdaptiveBrightness(m화면 적응형 밝기)

protected BinaryState mScreenAdaptiveBrightness

모바일 화면 상시 사용 설정

protected BinaryState mScreenAlwaysOn

모바일 화면 대기 모드

protected BinaryState mScreenAmbientMode

m화면 밝기

protected Integer mScreenBrightness

모바일 화면 보호기

protected BinaryState mScreenSaver

mScreenTimeoutSecs(분)

protected Long mScreenTimeoutSecs

모바일 보안 설정

protected MultiMap<String, String> mSecureSettings

mSetProps

protected  mSetProps

mSetTestHarness

protected boolean mSetTestHarness

mSyncTimezoneWithHost

protected BinaryState mSyncTimezoneWithHost

모바일 시스템 설정

protected MultiMap<String, String> mSystemSettings

시간대

protected String mTimezone

mTriggerMediaMounted

protected boolean mTriggerMediaMounted

모바일 깨우기 제스처

protected BinaryState mWakeGesture

모바일 Wi-Fi

protected BinaryState mWifi

모바일 Wi-Fi

protected String mWifiPsk

mWifiScanAlwaysEnabled

protected BinaryState mWifiScanAlwaysEnabled

mWifiSSID

protected String mWifiSsid

mWifiSsidToPsk

protected  mWifiSsidToPsk

mWifiWatchdog

protected BinaryState mWifiWatchdog

공개 생성자

기기 설정

public DeviceSetup ()

공개 메서드

설정 변경

public void changeSettings (ITestDevice device)

기기 설정을 변경합니다.

하위 클래스가 재정의할 수 있도록 노출됩니다.

매개변수
device ITestDevice: ITestDevice

생성 값
DeviceNotAvailableException 기기를 사용할 수 없는 경우
TargetSetupError 설정을 지정하는 데 오류가 발생한 경우

getDependencies

public  getDependencies ()

반환 값

getDevice

public ITestDevice getDevice (TestInformation testInfo)

매개변수
testInfo TestInformation

반환 값
ITestDevice

isForceSkipSystemProps

public boolean isForceSkipSystemProps ()

반환 값
boolean

프로세스 사용 중단 옵션

public void processDeprecatedOptions (ITestDevice device)

지원 중단된 옵션을 처리하여 현재 사용되는 옵션으로 변환합니다.

이 메서드는 다른 처리 메서드보다 먼저 실행해야 합니다. 목표 TargetSetupError 지원 중단된 옵션이 지원 중단되지 않은 지정된 옵션을 재정의하는 경우 옵션을 선택합니다.

매개변수
device ITestDevice

생성 값
TargetSetupError 충돌이 있는 경우

프로세스 옵션

public void processOptions (ITestDevice device)

모든 Option를 처리하고 시스템 속성, 설정 또는 명령어 실행으로 변환합니다. 현재 기기에서 명령어를 실행하지 않습니다.

하위 클래스가 이를 재정의할 수 있도록 노출됩니다.

매개변수
device ITestDevice: ITestDevice

생성 값
DeviceNotAvailableException 기기를 사용할 수 없는 경우
TargetSetupError Option가 충돌하는 경우

setCommandForBinaryState

public static void setCommandForBinaryState (BinaryState state, 
                 commands, 
                String onCommand, 
                String offCommand)

기기에서 실행될 ON/OFF 실행 명령어를 추가하는 도우미 메서드입니다.

매개변수
state BinaryState: BinaryState

commands : on 또는 off 명령어를 추가할 명령어 목록입니다.

onCommand String: 켜져 있는 경우 실행할 명령어입니다. 명령어가 null이면 무시됩니다.

offCommand String: 꺼져 있을 때 실행할 명령어입니다. 명령어가 null이면 무시됩니다.

setGlobalSetting

public void setGlobalSetting (String key, 
                String value)

단위 테스트를 위해 노출됨

매개변수
key String

value String

setSecureSetting

public void setSecureSetting (String key, 
                String value)

단위 테스트를 위해 노출됨

매개변수
key String

value String

setSettingForBinaryState

public static void setSettingForBinaryState (BinaryState state, 
                MultiMap<String, String> settingsMap, 
                String setting, 
                String onValue, 
                String offValue)

설정 맵에 켜기/끄기 설정을 추가하는 도우미 메서드입니다.

매개변수
state BinaryState: BinaryState

settingsMap MultiMap: 설정을 저장하는 데 사용되는 MultiMap입니다.

setting String: 설정 키

onValue String: 켜진 경우 값

offValue String: 꺼진 경우의 값

setSystemSetting

public void setSystemSetting (String key, 
                String value)

단위 테스트를 위해 노출됨

매개변수
key String

value String

설정

public void setUp (TestInformation testInfo)

매개변수
testInfo TestInformation

생성 값
BuildError
DeviceNotAvailableException
TargetSetupError

해체

public void tearDown (TestInformation testInfo, 
                Throwable e)

매개변수
testInfo TestInformation

e Throwable

생성 값
DeviceNotAvailableException

보호된 메서드

setAirplaneMode

protected void setAirplaneMode (BinaryState airplaneMode)

단위 테스트를 위해 노출됨

매개변수
airplaneMode BinaryState

자동 회전 설정

protected void setAutoRotate (BinaryState autoRotate)

단위 테스트를 위해 노출됨

매개변수
autoRotate BinaryState

setAutoUpdateTime

protected void setAutoUpdateTime (BinaryState autoUpdateTime)

단위 테스트를 위해 노출됨

매개변수
autoUpdateTime BinaryState

setAutoUpdateTimezone

protected void setAutoUpdateTimezone (BinaryState autoUpdateTimezone)

단위 테스트를 위해 노출됨

매개변수
autoUpdateTimezone BinaryState

배터리 절약 모드 설정

protected void setBatterySaver (BinaryState batterySaver)

단위 테스트를 위해 노출됨

매개변수
batterySaver BinaryState

setBatterySaverTrigger

protected void setBatterySaverTrigger (Integer batterySaverTrigger)

단위 테스트를 위해 노출됨

매개변수
batterySaverTrigger Integer

setBluetooth

protected void setBluetooth (BinaryState bluetooth)

단위 테스트를 위해 노출됨

매개변수
bluetooth BinaryState

셀 집합

protected void setCell (BinaryState cell)

매개변수
cell BinaryState

setCellAutoSetting

protected void setCellAutoSetting (BinaryState cellAutoSetting)

매개변수
cellAutoSetting BinaryState

setData

protected void setData (BinaryState data)

매개변수
data BinaryState

setDefaultSimData

protected void setDefaultSimData (Integer defaultSimData)

단위 테스트를 위해 노출됨

매개변수
defaultSimData Integer

setDefaultSimSms

protected void setDefaultSimSms (Integer defaultSimSms)

단위 테스트를 위해 노출됨

매개변수
defaultSimSms Integer

기본 SIM 음성 설정

protected void setDefaultSimVoice (Integer defaultSimVoice)

단위 테스트를 위해 노출됨

매개변수
defaultSimVoice Integer

setDeprecatedAudioSilent

protected void setDeprecatedAudioSilent (boolean silent)

<ph type="x-smartling-placeholder"></ph> 이 메서드는 지원 중단되었습니다.
대신 setDisableAudio(boolean)를 사용하세요.

단위 테스트를 위해 노출됨

매개변수
silent boolean

setDeprecatedMinExternalStoreSpace

protected void setDeprecatedMinExternalStoreSpace (long storeSpace)

<ph type="x-smartling-placeholder"></ph> 이 메서드는 지원 중단되었습니다.
대신 setMinExternalStorageKb(long)를 사용하세요.

단위 테스트를 위해 노출됨

매개변수
storeSpace long

setDeprecatedSetProp(지원 중단됨SetProp)

protected void setDeprecatedSetProp (String prop)

<ph type="x-smartling-placeholder"></ph> 이 메서드는 지원 중단되었습니다.
대신 setProperty(String, String)를 사용하세요.

단위 테스트를 위해 노출됨

매개변수
prop String

setDisableAudio

protected void setDisableAudio (boolean disable)

단위 테스트를 위해 노출됨

매개변수
disable boolean

setDisableCwWifiMediator

protected void setDisableCwWifiMediator (BinaryState disableCwWifiMediator)

매개변수
disableCwWifiMediator BinaryState

setDisableDalvikVerifier

protected void setDisableDalvikVerifier (boolean disableDalvikVerifier)

단위 테스트를 위해 노출됨

매개변수
disableDalvikVerifier boolean

setDisableDialing

protected void setDisableDialing (boolean disableDialing)

단위 테스트를 위해 노출됨

매개변수
disableDialing boolean

잠자기 설정 사용 중지

protected void setDisableDoze (boolean disableDoze)

단위 테스트를 위해 노출됨

매개변수
disableDoze boolean

배터리 통계 기록 사용 설정

protected void setEnableFullBatteryStatsHistory (boolean enableFullBatteryStatsHistory)

단위 테스트를 위해 노출됨

매개변수
enableFullBatteryStatsHistory boolean

setEthernet

protected void setEthernet (BinaryState ethernet)

단위 테스트를 위해 노출됨

매개변수
ethernet BinaryState

setForceRootSetup

protected void setForceRootSetup (boolean force)

매개변수
force boolean

setForceSkipSystemProps

protected void setForceSkipSystemProps (boolean force)

단위 테스트를 위해 노출됨

매개변수
force boolean

setInstallNonMarketApps

protected void setInstallNonMarketApps (BinaryState installNonMarketApps)

단위 테스트를 위해 노출됨

매개변수
installNonMarketApps BinaryState

로컬 데이터 경로 설정

protected void setLocalDataPath (File path)

단위 테스트를 위해 노출됨

매개변수
path File

setLocationGps

protected void setLocationGps (BinaryState locationGps)

단위 테스트를 위해 노출됨

매개변수
locationGps BinaryState

setLocationNetwork

protected void setLocationNetwork (BinaryState locationNetwork)

단위 테스트를 위해 노출됨

매개변수
locationNetwork BinaryState

setMinExternalStorageKb

protected void setMinExternalStorageKb (long storageKb)

단위 테스트를 위해 노출됨

매개변수
storageKb long

설정 Nfc

protected void setNfc (BinaryState nfc)

단위 테스트를 위해 노출됨

매개변수
nfc BinaryState

setNotificationLed

protected void setNotificationLed (BinaryState notificationLed)

단위 테스트를 위해 노출됨

매개변수
notificationLed BinaryState

setProperty

protected void setProperty (String key, 
                String value)

단위 테스트를 위해 노출됨

매개변수
key String

value String

setRestoreProperties

protected void setRestoreProperties (boolean restoreProperties)

단위 테스트를 위해 노출됨

매개변수
restoreProperties boolean

setRestoreSettings

protected void setRestoreSettings (boolean restoreSettings)

단위 테스트를 위해 노출됨

매개변수
restoreSettings boolean

setScreenAdaptiveBrightness

protected void setScreenAdaptiveBrightness (BinaryState screenAdaptiveBrightness)

단위 테스트를 위해 노출됨

매개변수
screenAdaptiveBrightness BinaryState

setScreenAlwaysOn

protected void setScreenAlwaysOn (BinaryState screenAlwaysOn)

단위 테스트를 위해 노출됨

매개변수
screenAlwaysOn BinaryState

setScreen앰비언트 모드

protected void setScreenAmbientMode (BinaryState screenAmbientMode)

단위 테스트를 위해 노출됨

매개변수
screenAmbientMode BinaryState

setScreenBrightness

protected void setScreenBrightness (Integer screenBrightness)

단위 테스트를 위해 노출됨

매개변수
screenBrightness Integer

setScreenSaver

protected void setScreenSaver (BinaryState screenSaver)

단위 테스트를 위해 노출됨

매개변수
screenSaver BinaryState

setScreenTimeoutSecs

protected void setScreenTimeoutSecs (Long screenTimeoutSecs)

단위 테스트를 위해 노출됨

매개변수
screenTimeoutSecs Long

setTestHarness

protected void setTestHarness (boolean setTestHarness)

단위 테스트를 위해 노출됨

매개변수
setTestHarness boolean

setTimezone

protected void setTimezone (String timezone)

단위 테스트를 위해 노출됨

매개변수
timezone String

setTriggerMediaMounted

protected void setTriggerMediaMounted (boolean triggerMediaMounted)

단위 테스트를 위해 노출됨

매개변수
triggerMediaMounted boolean

setWake동작

protected void setWakeGesture (BinaryState wakeGesture)

단위 테스트를 위해 노출됨

매개변수
wakeGesture BinaryState

setWifi

protected void setWifi (BinaryState wifi)

단위 테스트를 위해 노출됨

매개변수
wifi BinaryState

setWifiNetwork

protected void setWifiNetwork (String wifiNetwork)

단위 테스트를 위해 노출됨

매개변수
wifiNetwork String

setWifiPsk

protected void setWifiPsk (String wifiPsk)

매개변수
wifiPsk String

setWifiScanAlwaysEnabled

protected void setWifiScanAlwaysEnabled (BinaryState wifiScanAlwaysEnabled)

단위 테스트를 위해 노출됨

매개변수
wifiScanAlwaysEnabled BinaryState

setWifiSsidToPsk

protected void setWifiSsidToPsk ( wifiSssidToPsk)

매개변수
wifiSssidToPsk

setWifiWatchdog

protected void setWifiWatchdog (BinaryState wifiWatchdog)

단위 테스트를 위해 노출됨

매개변수
wifiWatchdog BinaryState