GsiDeviceFlashPreparer

public class GsiDeviceFlashPreparer
extends BaseTargetPreparer implements ILabPreparer

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
  com.android.tradefed.targetprep.GsiDeviceFlashPreparer


أداة إعداد مستهدفة تعمل على وميض الجهاز بصورة عامة لنظام Android. يُرجى مراجعة يمكنك الانتقال إلى https://source.android.com/setup/build/gsi للتعرّف على التفاصيل.

ملخّص

شركة إنشاءات عامة

GsiDeviceFlashPreparer()

الطرق العامة

void setUp(TestInformation testInfo)

نفِّذ الإعداد المستهدف للاختبار.

الطرق المحمية

IHostOptions getHostOptions()

الحصول على مرجع إلى IHostOptions

IRunUtil getRunUtil()

احصل على المثيل IRunUtil لاستخدامه.

شركة إنشاءات عامة

GsiDeviceFlashPreparer

public GsiDeviceFlashPreparer ()

الطرق العامة

إعداد

public void setUp (TestInformation testInfo)

نفِّذ الإعداد المستهدف للاختبار.

المعلمات
testInfo TestInformation: TestInformation للاستدعاء.

الرميات
BuildError
DeviceNotAvailableException
TargetSetupError

الطرق المحمية

getHostOptions

protected IHostOptions getHostOptions ()

الحصول على مرجع إلى IHostOptions

المرتجعات
IHostOptions IHostOptions لاستخدام

الحصول على RunUtil

protected IRunUtil getRunUtil ()

احصل على المثيل IRunUtil لاستخدامه.

المرتجعات
IRunUtil IRunUtil لاستخدام