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)

插入使用中的 IConfiguration

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

TearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

參數
testInfo TestInformation

e Throwable

擲回
DeviceNotAvailableException