DeviceOwnerTargetPreparer
public
class
DeviceOwnerTargetPreparer
extends BaseTargetPreparer
implements
IConfigurationReceiver
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.DeviceOwnerTargetPreparer |
デバイス所有者コンポーネントをセットアップする ITargetPreparer
。
既存のデバイスおよびプロファイルの所有者と予備のユーザーは、新しいデバイスの所有者より先に削除されます。 設定されます。
破棄では、デバイス所有者が削除されます。
概要
パブリック コンストラクタ | |
---|---|
DeviceOwnerTargetPreparer()
|
パブリック メソッド | |
---|---|
void
|
setConfiguration(IConfiguration configuration)
使用中の |
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
パブリック コンストラクタ
DeviceOwnerTargetPreparer
public DeviceOwnerTargetPreparer ()
パブリック メソッド
setConfiguration
public void setConfiguration (IConfiguration configuration)
使用中の IConfiguration
を注入します。
パラメータ | |
---|---|
configuration |
IConfiguration |
セットアップ
public void setUp (TestInformation testInfo)
パラメータ | |
---|---|
testInfo |
TestInformation |
例外 | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
破棄
public void tearDown (TestInformation testInfo, Throwable e)
パラメータ | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
例外 | |
---|---|
DeviceNotAvailableException |