GsiDeviceFlashPreparer

public class GsiDeviceFlashPreparer
extends BaseTargetPreparer

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 ()

الطرق العامة

setUp

public void setUp (TestInformation testInfo)

المعلمات
testInfo TestInformation

عمليات الرمي
BuildError
DeviceNotAvailableException
TargetSetupError

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

getHostOptions

protected IHostOptions getHostOptions ()

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

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

getRunUtil

protected IRunUtil getRunUtil ()

احصل على نسخة IRunUtil لاستخدامها.

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