SecondaryUserHandler

public class SecondaryUserHandler
extends Object implements IModuleParameterHandler

java.lang.オブジェクト
com.android.tradefed.testtype.suite.params.SecondaryUserHandler


ModuleParameters#SECONDARY_USERのハンドラー。

まとめ

パブリックコンストラクター

SecondaryUserHandler ()

保護されたコンストラクター

SecondaryUserHandler (boolean startUserVisibleOnBackground)
SecondaryUserHandler (boolean startUserVisibleOnBackground, Integer displayId)

パブリックメソッド

final void addParameterSpecificConfig ( IConfiguration moduleConfiguration)

パラメータ固有のニーズをIConfigurationに追加します。

final void applySetup ( IConfiguration moduleConfiguration)

パラメータ固有のモジュール設定をモジュールIConfigurationに適用します。

String getParameterIdentifier ()

パラメータ化されたモジュールが識別される名前を返します。

パブリックコンストラクター

SecondaryUserHandler

public SecondaryUserHandler ()

保護されたコンストラクター

SecondaryUserHandler

protected SecondaryUserHandler (boolean startUserVisibleOnBackground)

パラメーター
startUserVisibleOnBackground boolean

SecondaryUserHandler

protected SecondaryUserHandler (boolean startUserVisibleOnBackground, 
                Integer displayId)

パラメーター
startUserVisibleOnBackground boolean

displayId Integer

パブリックメソッド

addParameterSpecificConfig

public final void addParameterSpecificConfig (IConfiguration moduleConfiguration)

パラメータ固有のニーズをIConfigurationに追加します。たとえば、構成からターゲット プリペアラーを挿入または削除します。

パラメーター
moduleConfiguration IConfiguration : モジュールのIConfiguration

適用セットアップ

public final void applySetup (IConfiguration moduleConfiguration)

パラメータ固有のモジュール設定をモジュールIConfigurationに適用します。たとえば、これは準備者やテストのための追加オプションとなる可能性があります。

パラメーター
moduleConfiguration IConfiguration

getParameterIdentifier

public String getParameterIdentifier ()

パラメータ化されたモジュールが識別される名前を返します。

戻り値
String