중첩장치상태모니터

public class NestedDeviceStateMonitor
extends DeviceStateMonitor

java.lang.Object
com.android.tradefed.device.NativeDeviceStateMonitor
com.android.tradefed.device.DeviceStateMonitor
com.android.tradefed.device.cloud.NestedDeviceStateMonitor


가상화된 환경의 세부 사항을 수용하기 위해 중첩된 장치에서 추가 검사를 실행하는 장치 상태 모니터입니다.

요약

공개 생성자

NestedDeviceStateMonitor ( IDeviceManager mgr, IDevice device, boolean fastbootEnabled)

보호된 방법

boolean postOnlineCheck (long waitTime)

온라인 장치에서 수행할 추가 검사

공개 생성자

중첩장치상태모니터

public NestedDeviceStateMonitor (IDeviceManager mgr, 
                IDevice device, 
                boolean fastbootEnabled)

매개변수
mgr IDeviceManager

device IDevice

fastbootEnabled boolean

보호된 방법

포스트온라인체크

protected boolean postOnlineCheck (long waitTime)

온라인 장치에서 수행할 추가 검사

매개변수
waitTime long : 포기하기 전까지 기다리는 시간(ms)

보고
boolean waitTime이 만료되기 전에 확인이 성공하면 true 입니다. 그렇지 않으면 false

던지기
DeviceNotAvailableException