SecondaryUserHandler

public class SecondaryUserHandler
extends Object implements IModuleParameterHandler

java.lang.Object
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

applySetup

public final void applySetup (IConfiguration moduleConfiguration)

モジュールIConfigurationにパラメーター固有のモジュール セットアップを適用します。たとえば、これは作成者またはテストの追加オプションである可能性があります。

パラメーター
moduleConfiguration IConfiguration

getParameterIdentifier

public String getParameterIdentifier ()

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

戻り値
String