CreateAvdPreparer
public
class
CreateAvdPreparer
extends BaseTargetPreparer
implements
IConfigurationReceiver
| java.lang.Object | ||
| ↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
| ↳ | com.android.tradefed.targetprep.CreateAvdPreparer | |
摘要
公用建構函式 | |
|---|---|
CreateAvdPreparer()
|
|
公用方法 | |
|---|---|
void
|
setConfiguration(IConfiguration configuration)
插入正在使用的 |
void
|
setUp(TestInformation testInformation)
|
公用建構函式
CreateAvdPreparer
public CreateAvdPreparer ()
公用方法
setConfiguration
public void setConfiguration (IConfiguration configuration)
插入正在使用的 IConfiguration。
| 參數 | |
|---|---|
configuration |
IConfiguration |
setUp
public void setUp (TestInformation testInformation)
| 參數 | |
|---|---|
testInformation |
TestInformation |
| 擲回 | |
|---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
|