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