設備所有者目標準備者

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)

注入正在使用的IConfiguration

void setUp ( TestInformation testInfo)
void tearDown ( TestInformation testInfo, Throwable e)

公共構造函數

設備所有者目標準備者

public DeviceOwnerTargetPreparer ()

公共方法

設定配置

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