BaseEmulatorPreparer

public abstract class BaseEmulatorPreparer
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.BaseEmulatorPreparer


啟動本機模擬器的常見準備工作。

處理常見引數的輸入和處理作業。

摘要

公用建構函式

BaseEmulatorPreparer()

受保護的方法

List<String> buildEmulatorLaunchArgs()
RunUtil buildRunUtilForEmulatorLaunch()

公用建構函式

BaseEmulatorPreparer

public BaseEmulatorPreparer ()

受保護的方法

buildEmulatorLaunchArgs

protected List<String> buildEmulatorLaunchArgs ()

傳回
List<String>

buildRunUtilForEmulatorLaunch

protected RunUtil buildRunUtilForEmulatorLaunch ()

傳回
RunUtil