ManagedTestDeviceFactory

public class ManagedTestDeviceFactory
extends Object implements IManagedTestDeviceFactory

java.lang.Object의 클래스
   ↳ com.android.tradefed.device.ManagedTestDeviceFactory


Tf에서 모니터링할 수 있는 다양한 종류의 기기를 만들기 위한 팩토리

요약

상수

int FRAMEWORK_CHECK_MAX_RETRY

long FRAMEWORK_CHECK_SLEEP_MS

필드

protected static final String CHECK_PM_CMD

protected static final String EXPECTED_ERROR

protected static final String EXPECTED_RES

public static final String IPADDRESS_PATTERN

public static final String NOTIFY_AS_NATIVE

protected IDeviceMonitor mAllocationMonitor

protected IDeviceManager mDeviceManager

protected boolean mFastbootEnabled

공개 생성자

ManagedTestDeviceFactory(boolean fastbootEnabled, IDeviceManager deviceManager, IDeviceMonitor allocationMonitor)

공개 메서드

IManagedTestDevice createDevice(IDevice idevice)

전달된 IDevice를 기반으로 IManagedTestDevice를 만듭니다.

IManagedTestDevice createRequestedDevice(IDevice idevice, IDeviceSelection options)

사양과 일치하는 기기를 구체적으로 만듭니다.

static boolean isTcpDeviceSerial(String serial)

원격으로 연결된 기기의 일련번호인 경우 기기에 대한 도우미입니다.

void setFastbootEnabled(boolean enable)

생성된 기기에 빠른 부팅 지원을 사용 설정하거나 사용 중지합니다.

보호된 메서드

CollectingOutputReceiver createOutputReceiver()

CollectingOutputReceiver를 만듭니다.

IRunUtil getRunUtil()

기본 IRunUtil 인스턴스를 반환합니다.

boolean isRemoteEnvironment()

현재 원격 환경에서 실행 중인 경우 true를 반환합니다.

상수

FRAMEWORK_CHECK_MAX_RETRY

protected static final int FRAMEWORK_CHECK_MAX_RETRY

상수 값: 3개 (0x00000003)

FRAMEWORK_CHECK_SLEEP_MS

protected static final long FRAMEWORK_CHECK_SLEEP_MS

상수 값: 500명 (0x00000000000001f4)

필드

PM_CMD_확인

protected static final String CHECK_PM_CMD

EXPECTED_ERROR

protected static final String EXPECTED_ERROR

EXPECTED_RES

protected static final String EXPECTED_RES

IP 주소 패턴

public static final String IPADDRESS_PATTERN

NATIVE 아님

public static final String NOTIFY_AS_NATIVE

mAllocationMonitor

protected IDeviceMonitor mAllocationMonitor

모바일 장치 관리자

protected IDeviceManager mDeviceManager

mFastbootEnabled

protected boolean mFastbootEnabled

공개 생성자

ManagedTestDeviceFactory

public ManagedTestDeviceFactory (boolean fastbootEnabled, 
                IDeviceManager deviceManager, 
                IDeviceMonitor allocationMonitor)

매개변수
fastbootEnabled boolean

deviceManager IDeviceManager

allocationMonitor IDeviceMonitor

공개 메서드

기기 만들기

public IManagedTestDevice createDevice (IDevice idevice)

전달된 IDevice를 기반으로 IManagedTestDevice를 만듭니다.

매개변수
idevice IDevice: 생성되는 기기의 유형을 정의합니다.

반환 값
IManagedTestDevice IDevice에서 생성된 IManagedTestDevice

createRequestedDevice

public IManagedTestDevice createRequestedDevice (IDevice idevice, 
                IDeviceSelection options)

사양과 일치하는 기기를 구체적으로 만듭니다.

매개변수
idevice IDevice

options IDeviceSelection

반환 값
IManagedTestDevice

isTcpDeviceSerial

public static boolean isTcpDeviceSerial (String serial)

원격으로 연결된 기기의 일련번호인 경우 기기에 대한 도우미입니다. TCP의 직렬 형식 기기 상태: :

매개변수
serial String

반환 값
boolean

setFastbootEnabled

public void setFastbootEnabled (boolean enable)

생성된 기기에 빠른 부팅 지원을 사용 설정하거나 사용 중지합니다.

매개변수
enable boolean: 지원 값을 설정합니다.

보호된 메서드

createOutputReceiver

protected CollectingOutputReceiver createOutputReceiver ()

CollectingOutputReceiver를 만듭니다.

반환 값
CollectingOutputReceiver

getRunUtil

protected IRunUtil getRunUtil ()

기본 IRunUtil 인스턴스를 반환합니다.

반환 값
IRunUtil

isRemoteEnvironment

protected boolean isRemoteEnvironment ()

현재 원격 환경에서 실행 중인 경우 true를 반환합니다. 기기가 변경됩니다. 확인할 수 있습니다

반환 값
boolean