BaseEmulatorPreparer

public abstract class BaseEmulatorPreparer
extends BaseTargetPreparer

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


Common preparer for launching a local emulator.

Handles input and processing of common arguments.

Summary

Public constructors

BaseEmulatorPreparer()

Protected methods

List<String> buildEmulatorLaunchArgs()
RunUtil buildRunUtilForEmulatorLaunch()

Public constructors

BaseEmulatorPreparer

public BaseEmulatorPreparer ()

Protected methods

buildEmulatorLaunchArgs

protected List<String> buildEmulatorLaunchArgs ()

Returns
List<String>

buildRunUtilForEmulatorLaunch

protected RunUtil buildRunUtilForEmulatorLaunch ()

Returns
RunUtil