IncrementalImageUtil

public class IncrementalImageUtil
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.image.IncrementalImageUtil


أداة للاستفادة من التحديث المتزايد للصور والأجهزة

ملخّص

الحقول

public static final DYNAMIC_PARTITIONS_TO_DIFF

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

IncrementalImageUtil(ITestDevice device, File deviceImage, File bootloader, File baseband, File targetImage, File createSnapshot, boolean applySnapshot, boolean wipeAfterApply, boolean newFlow, SnapuserdWaitPhase waitPhase)

الطرق العامة

void allowSameBuildFlashing()
void allowUnzipBaseline()
void cleanAfterSetup()

عند تنفيذ بعض عمليات تطبيق المنطق، يمكننا تنظيف الملفات بعد الإعداد مباشرةً.

File getExtractedTargetDirectory()
static IncrementalImageUtil initialize(ITestDevice device, IDeviceBuildInfo build, File createSnapshot, boolean isIsolatedSetup, boolean allowCrossRelease, MultiMap<String, String> allowedbranchTransition, boolean applySnapshot, boolean wipeAfterApply, boolean newFlow, SnapuserdWaitPhase waitPhase)
boolean isSameBuildFlashingAllowed()
static boolean isSnapshotInUse(ITestDevice device)

يعرض ما إذا كان الجهاز يستخدم حاليًا لقطات أم لا.

static boolean isSnapshotSupported(ITestDevice device, boolean applySnapshot)

تُرجع ما إذا كان بإمكاننا استخدام منطق اللقطة لتعديل الجهاز أم لا

void notifyBasebadNeedsRevert()
void notifyBootloaderNeedsRevert()
void teardownDevice(TestInformation testInfo)
boolean updateCompleted()

لعرض ما إذا اكتملت عملية التحديث أم لا

void updateDevice(File currentBootloader, File currentRadio)

يتم تحديث الجهاز باستخدام منطق اللقطات.

void updateDeviceWithNewFlow(File currentBootloader, File currentRadio)
boolean useUpdatedFlow()

الحقول

DYNAMIC_PARTITIONS_TO_TI

public static final  DYNAMIC_PARTITIONS_TO_DIFF

وظائف الإنشاء العامة

IncrementalImageUtil

public IncrementalImageUtil (ITestDevice device, 
                File deviceImage, 
                File bootloader, 
                File baseband, 
                File targetImage, 
                File createSnapshot, 
                boolean applySnapshot, 
                boolean wipeAfterApply, 
                boolean newFlow, 
                SnapuserdWaitPhase waitPhase)

المعلمات
device ITestDevice

deviceImage File

bootloader File

baseband File

targetImage File

createSnapshot File

applySnapshot boolean

wipeAfterApply boolean

newFlow boolean

waitPhase SnapuserdWaitPhase

الطرق العامة

السماح بـSameBuildFlashing

public void allowSameBuildFlashing ()

AllowUnzipBaseline

public void allowUnzipBaseline ()

cleanAfterSetup

public void cleanAfterSetup ()

عند تنفيذ بعض عمليات تطبيق المنطق، يمكننا تنظيف الملفات بعد الإعداد مباشرةً.

دليل getsnippetedTargetDirectory

public File getExtractedTargetDirectory ()

المرتجعات
File

إعداد

public static IncrementalImageUtil initialize (ITestDevice device, 
                IDeviceBuildInfo build, 
                File createSnapshot, 
                boolean isIsolatedSetup, 
                boolean allowCrossRelease, 
                MultiMap<String, String> allowedbranchTransition, 
                boolean applySnapshot, 
                boolean wipeAfterApply, 
                boolean newFlow, 
                SnapuserdWaitPhase waitPhase)

المعلمات
device ITestDevice

build IDeviceBuildInfo

createSnapshot File

isIsolatedSetup boolean

allowCrossRelease boolean

allowedbranchTransition MultiMap

applySnapshot boolean

wipeAfterApply boolean

newFlow boolean

waitPhase SnapuserdWaitPhase

المرتجعات
IncrementalImageUtil

الرميات
DeviceNotAvailableException

isSameBuildFlashingAllowed

public boolean isSameBuildFlashingAllowed ()

المرتجعات
boolean

isSnapshotInUse

public static boolean isSnapshotInUse (ITestDevice device)

يعرض ما إذا كان الجهاز يستخدم حاليًا لقطات أم لا.

المعلمات
device ITestDevice

المرتجعات
boolean

الرميات
DeviceNotAvailableException

isSnapshotSupported

public static boolean isSnapshotSupported (ITestDevice device, 
                boolean applySnapshot)

عرض ما إذا كان بإمكاننا استخدام منطق اللقطة لتحديث الجهاز أم لا

المعلمات
device ITestDevice

applySnapshot boolean

المرتجعات
boolean

الرميات
DeviceNotAvailableException

notifyBasebadNeedsRevert

public void notifyBasebadNeedsRevert ()

إشعارًا

public void notifyBootloaderNeedsRevert ()

تقسيم الجهاز

public void teardownDevice (TestInformation testInfo)

المعلمات
testInfo TestInformation

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

updateCompleted

public boolean updateCompleted ()

تعرض ما إذا كان التحديث قد اكتمل أم لا.

المرتجعات
boolean

تحديث الجهاز

public void updateDevice (File currentBootloader, 
                File currentRadio)

يتم تحديث الجهاز باستخدام منطق اللقطات.

المعلمات
currentBootloader File

currentRadio File

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

updateDeviceWithNewFlow

public void updateDeviceWithNewFlow (File currentBootloader, 
                File currentRadio)

المعلمات
currentBootloader File

currentRadio File

الرميات
DeviceNotAvailableException
TargetSetupError

useUpdatedFlow

public boolean useUpdatedFlow ()

المرتجعات
boolean