معرّف الصورة التزايدية

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, SnapuserdWaitPhase waitPhase)

الطرق العامة

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

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

File getExtractedTargetDirectory()
static IncrementalImageUtil initialize(ITestDevice device, IDeviceBuildInfo build, File createSnapshot, boolean isIsolatedSetup, boolean allowCrossRelease, boolean applySnapshot, 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)

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

الحقول

DYNAMIC_PARTITIONS_TO_TI

public static final  DYNAMIC_PARTITIONS_TO_DIFF

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

معرّف الصورة التزايدية

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

المعلمات
device ITestDevice

deviceImage File

bootloader File

baseband File

targetImage File

createSnapshot File

applySnapshot boolean

waitPhase SnapuserdWaitPhase

الطرق العامة

السماح بـSameBuildFlashing

public void allowSameBuildFlashing ()

AllowUnzipBaseline

public void allowUnzipBaseline ()

تنظيف بعد الإعداد

public void cleanAfterSetup ()

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

دليل getsnippetedTargetDirectory

public File getExtractedTargetDirectory ()

المرتجعات
File

إعداد

public static IncrementalImageUtil initialize (ITestDevice device, 
                IDeviceBuildInfo build, 
                File createSnapshot, 
                boolean isIsolatedSetup, 
                boolean allowCrossRelease, 
                boolean applySnapshot, 
                SnapuserdWaitPhase waitPhase)

المعلمات
device ITestDevice

build IDeviceBuildInfo

createSnapshot File

isIsolatedSetup boolean

allowCrossRelease boolean

applySnapshot boolean

waitPhase SnapuserdWaitPhase

المرتجعات
IncrementalImageUtil

الرميات
DeviceNotAvailableException

isSameBuildFlashingAllowed

public boolean isSameBuildFlashingAllowed ()

المرتجعات
boolean

isSnapshotInUse

public static boolean isSnapshotInUse (ITestDevice device)

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

المعلمات
device ITestDevice

المرتجعات
boolean

الرميات
DeviceNotAvailableException

ميزة isSnapshot متوافقة

public static boolean isSnapshotSupported (ITestDevice device, 
                boolean applySnapshot)

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

المعلمات
device ITestDevice

applySnapshot boolean

المرتجعات
boolean

الرميات
DeviceNotAvailableException

إشعار

public void notifyBasebadNeedsRevert ()

إشعارًا

public void notifyBootloaderNeedsRevert ()

تقسيم الجهاز

public void teardownDevice (TestInformation testInfo)

المعلمات
testInfo TestInformation

الرميات
DeviceNotAvailableException

اكتمل التحديث

public boolean updateCompleted ()

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

المرتجعات
boolean

تحديث الجهاز

public void updateDevice (File currentBootloader, 
                File currentRadio)

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

المعلمات
currentBootloader File

currentRadio File

الرميات
DeviceNotAvailableException
TargetSetupError