DeviceAllocationState

public final enum DeviceAllocationState
extends Enum<DeviceAllocationState>

java.lang.Object의 클래스
   ↳ java.lang.Enum<com.android.tradefed.device.DeviceAllocationState>
     ↳ com.android.tradefed.device.DeviceAllocationState


IDeviceManager 관점에서 기기의 할당 상태를 나타냅니다.

요약

Enum 값

DeviceAllocationState  Allocated

기기가 현재 테스트에 할당된 경우

DeviceAllocationState  Available

기기를 테스트에 할당할 수 있는지

DeviceAllocationState  Checking_Availability

현재 기기의 응답 여부를 확인 중입니다.

DeviceAllocationState  Ignored

기기가 전역 기기 필터와 일치하지 않으므로 이 TF에서 무시됩니다.

DeviceAllocationState  Unavailable

기기가 adb를 통해 표시되지만 테스트를 실행할 수 없는 오류 상태에 있음

DeviceAllocationState  Unknown

디바이스의 초기 상태 - 여기에 오랫동안 머물지 않아야 함

공개 메서드

DeviceAllocationState handleDeviceEvent(DeviceEvent event)
static DeviceAllocationState valueOf(String name)
static final DeviceAllocationState[] values()

Enum 값

할당됨

public static final DeviceAllocationState Allocated

기기가 현재 테스트에 할당된 경우

사용 가능

public static final DeviceAllocationState Available

기기를 테스트에 할당할 수 있는지

사용 가능 여부 확인 중

public static final DeviceAllocationState Checking_Availability

현재 기기의 응답 여부를 확인 중입니다.

무시됨

public static final DeviceAllocationState Ignored

기기가 전역 기기 필터와 일치하지 않으므로 이 TF에서 무시됩니다.

사용 불가

public static final DeviceAllocationState Unavailable

기기가 adb를 통해 표시되지만 테스트를 실행할 수 없는 오류 상태에 있음

알 수 없음

public static final DeviceAllocationState Unknown

디바이스의 초기 상태 - 여기에 오랫동안 머물지 않아야 함

공개 메서드

핸들 기기 이벤트

public DeviceAllocationState handleDeviceEvent (DeviceEvent event)

매개변수
event DeviceEvent

반환 값
DeviceAllocationState

public static DeviceAllocationState valueOf (String name)

매개변수
name String

반환 값
DeviceAllocationState

values

public static final DeviceAllocationState[] values ()

반환 값
DeviceAllocationState[]