IncrementalImageUtil

public class IncrementalImageUtil
extends Object

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


Narzędzie do korzystania z incydentalnej aktualizacji obrazu i urządzenia.

Podsumowanie

Fieldsem

public static final DYNAMIC_PARTITIONS_TO_DIFF

Konstruktory publiczne

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

Metody publiczne

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

Podczas stosowania logiki możemy usuwać pliki zaraz po konfiguracji.

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)

Wskazuje, czy urządzenie korzysta obecnie ze zrzutów.

static boolean isSnapshotSupported(ITestDevice device, boolean applySnapshot)

Zwraca informację o tym, czy można użyć reguły zrzutu do aktualizacji urządzenia

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

Zwraca wartość wskazującą, czy aktualizacja została zakończona.

void updateDevice(File currentBootloader, File currentRadio)

Aktualizuje urządzenie przy użyciu logiki zrzutu.

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

Fieldsem

DYNAMIC_PARTITIONS_TO_DIFF

public static final  DYNAMIC_PARTITIONS_TO_DIFF

Konstruktory publiczne

Przyrostowe narzędzie do obrazów

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

Parametry
device ITestDevice

deviceImage File

bootloader File

baseband File

targetImage File

createSnapshot File

applySnapshot boolean

wipeAfterApply boolean

newFlow boolean

waitPhase SnapuserdWaitPhase

Metody publiczne

allowSameBuildFlashing

public void allowSameBuildFlashing ()

allowUnzipBaseline

public void allowUnzipBaseline ()

cleanAfterSetup

public void cleanAfterSetup ()

Gdy zastosujesz niektóre funkcje logiczne, możemy wyczyścić pliki zaraz po konfiguracji.

getExtractedTargetDirectory

public File getExtractedTargetDirectory ()

Zwroty
File

inicjować

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)

Parametry
device ITestDevice

build IDeviceBuildInfo

createSnapshot File

isIsolatedSetup boolean

allowCrossRelease boolean

allowedbranchTransition MultiMap

applySnapshot boolean

wipeAfterApply boolean

newFlow boolean

waitPhase SnapuserdWaitPhase

Zwroty
IncrementalImageUtil

Rzuty
DeviceNotAvailableException

isSameBuildFlashingAllowed

public boolean isSameBuildFlashingAllowed ()

Zwroty
boolean

isSnapshotInUse

public static boolean isSnapshotInUse (ITestDevice device)

Zwraca informację, czy urządzenie obecnie korzysta ze zrzutów.

Parametry
device ITestDevice

Zwroty
boolean

Rzuty
DeviceNotAvailableException

Obsługiwany isSnapshot

public static boolean isSnapshotSupported (ITestDevice device, 
                boolean applySnapshot)

Zwraca informację o tym, czy można użyć reguły zrzutu do aktualizacji urządzenia

Parametry
device ITestDevice

applySnapshot boolean

Zwroty
boolean

Rzuty
DeviceNotAvailableException

powiadomBasebadNeed Wróć

public void notifyBasebadNeedsRevert ()

notifyBootloaderNeedsRevert

public void notifyBootloaderNeedsRevert ()

wyłączenie urządzenia

public void teardownDevice (TestInformation testInfo)

Parametry
testInfo TestInformation

Rzuty
DeviceNotAvailableException

updateCompleted

public boolean updateCompleted ()

Wskazuje, czy aktualizacja została zakończona.

Zwroty
boolean

ZaktualizujUrządzenie

public void updateDevice (File currentBootloader, 
                File currentRadio)

Aktualizuje urządzenie przy użyciu logiki zrzutu.

Parametry
currentBootloader File

currentRadio File

Rzuty
DeviceNotAvailableException
TargetSetupError

updateDeviceWithNewFlow

public void updateDeviceWithNewFlow (File currentBootloader, 
                File currentRadio)

Parametry
currentBootloader File

currentRadio File

Rzuty
DeviceNotAvailableException
TargetSetupError

useUpdatedFlow

public boolean useUpdatedFlow ()

Zwroty
boolean