GkiDeviceFlashPreparer

public class GkiDeviceFlashPreparer
extends BaseTargetPreparer

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


โปรแกรมเตรียมเป้าหมายที่แฟลชอุปกรณ์ด้วยอิมเมจทั่วไปของเคอร์เนลทั่วไปของ Android โปรดดู https://source.android.com/devices/architecture/kernel/android-common สำหรับรายละเอียด

สรุป

ผู้รับเหมาก่อสร้างสาธารณะ

GkiDeviceFlashPreparer ()

วิธีการสาธารณะ

void setUp (TestInformation testInfo)

void validateGkiBootImg (ITestDevice device, IBuildInfo buildInfo)

ตรวจสอบความถูกต้องของอิมเมจสำหรับบูต GKI

วิธีการที่ได้รับการป้องกัน

IHostOptions getHostOptions ()

รับการอ้างอิงถึง IHostOptions

IRunUtil getRunUtil ()

รับอินสแตนซ์ IRunUtil เพื่อใช้งาน

void validateGkiBootImg (ITestDevice device, IBuildInfo buildInfo, File tmpDir)

ตรวจสอบความถูกต้องของอิมเมจสำหรับบูต GKI

ผู้รับเหมาก่อสร้างสาธารณะ

GkiDeviceFlashPreparer

public GkiDeviceFlashPreparer ()

วิธีการสาธารณะ

ติดตั้ง

public void setUp (TestInformation testInfo)

พารามิเตอร์
testInfo TestInformation

ขว้าง
BuildError
DeviceNotAvailableException
TargetSetupError

ตรวจสอบ GkiBootImg

public void validateGkiBootImg (ITestDevice device, 
                IBuildInfo buildInfo)

ตรวจสอบความถูกต้องของอิมเมจสำหรับบูต GKI (ล้าสมัยแล้ว กรุณาโทรแจ้งด้วย tmpDir ที่ให้ไว้)

พารามิเตอร์
device ITestDevice : ITestDevice

buildInfo IBuildInfo : IBuildInfo ข้อมูลบิลด์

ขว้าง
TargetSetupError หากไม่มี gki boot.img ที่ถูกต้อง

วิธีการที่ได้รับการป้องกัน

getHostOptions

protected IHostOptions getHostOptions ()

รับการอ้างอิงถึง IHostOptions

การส่งคืน
IHostOptions IHostOptions ที่จะใช้

getRunUtil

protected IRunUtil getRunUtil ()

รับอินสแตนซ์ IRunUtil เพื่อใช้งาน

การส่งคืน
IRunUtil IRunUtil ที่จะใช้

ตรวจสอบ GkiBootImg

protected void validateGkiBootImg (ITestDevice device, 
                IBuildInfo buildInfo, 
                File tmpDir)

ตรวจสอบความถูกต้องของอิมเมจสำหรับบูต GKI โยนข้อยกเว้นหากไม่มี boot.img ที่ถูกต้อง

พารามิเตอร์
device ITestDevice : ITestDevice

buildInfo IBuildInfo : IBuildInfo ข้อมูลบิลด์

tmpDir File : ไดเรกทอรีชั่วคราว ERROR(/File)

ขว้าง
TargetSetupError หากไม่มี gki boot.img ที่ถูกต้อง