NestedDeviceStateMonitor
public class NestedDeviceStateMonitor
extends DeviceStateMonitor
가상화 된 환경의 세부 사항을 수용하기 위해 중첩 된 장치에서 추가 검사를 실행하는 장치 상태 모니터입니다.
요약
공용 생성자
NestedDeviceStateMonitor
public NestedDeviceStateMonitor (IDeviceManager mgr,
IDevice device,
boolean fastbootEnabled)
매개 변수 |
---|
mgr | IDeviceManager |
device | IDevice |
fastbootEnabled | boolean |
보호 된 방법
postOnlineCheck
protected boolean postOnlineCheck (long waitTime)
온라인 장치에서 수행 할 추가 검사
매개 변수 |
---|
waitTime | long : 포기하기 전에 대기하는 시간 (ms) |
보고 |
---|
boolean | waitTime이 만료되기 전에 확인이 성공하면 true 입니다. 그렇지 않으면 false |