CompanionAllocator
public
abstract
class
CompanionAllocator
extends BaseTargetPreparer
java.lang.Object의 클래스 | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.Companion.CompanionAllocator |
호환 기기의 할당과 해제를 처리하는 기본 클래스입니다.
getCompanionDeviceSelectionOptions()
는 기준을 설명하도록 구현되어야 합니다.
컴패니언 기기를 할당하는 데 필요한
요약
공개 생성자 | |
---|---|
CompanionAllocator()
|
공개 메서드 | |
---|---|
void
|
setUp(ITestDevice device, IBuildInfo buildInfo)
기기를 설정합니다. |
void
|
tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e)
|
보호된 메서드 | |
---|---|
abstract
DeviceSelectionOptions
|
getCompanionDeviceSelectionOptions()
호환 기기의 |
공개 생성자
CompanionAllocator
public CompanionAllocator ()
공개 메서드
설정
public void setUp (ITestDevice device, IBuildInfo buildInfo)
기기를 설정합니다.
이 메서드의 내부 구현은 부속 기기를 요청하고 할당합니다.
매개변수 | |
---|---|
device |
ITestDevice |
buildInfo |
IBuildInfo |
생성 값 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
해체
public void tearDown (ITestDevice device, IBuildInfo buildInfo, Throwable e)
매개변수 | |
---|---|
device |
ITestDevice |
buildInfo |
IBuildInfo |
e |
Throwable |
생성 값 | |
---|---|
DeviceNotAvailableException |
보호된 메서드
getCompanionDeviceSelectionOptions
protected abstract DeviceSelectionOptions getCompanionDeviceSelectionOptions ()
호환 기기의 DeviceSelectionOptions
설명
반환 값 | |
---|---|
DeviceSelectionOptions |