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