IncrementalImageUtil

public class IncrementalImageUtil
extends Object

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


Utilitaire permettant d'exploiter la mise à jour incrémentielle de l'image et de l'appareil.

Résumé

Champs

public static final DYNAMIC_PARTITIONS_TO_DIFF

Constructeurs publics

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

Méthodes publiques

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

Lorsque nous appliquons une partie de la logique d'application, nous pouvons nettoyer les fichiers juste après la configuration.

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)

Indique si l'appareil utilise actuellement des instantanés ou non.

static boolean isSnapshotSupported(ITestDevice device, boolean applySnapshot)

Indique si nous pouvons utiliser la logique d'instantané pour mettre à jour l'appareil

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

Indique si la mise à jour est terminée ou non.

void updateDevice(File currentBootloader, File currentRadio)

Met à jour l'appareil à l'aide de la logique d'instantané.

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

Champs

DYNAMIC_PARTITIONS_TO_DIFF

public static final  DYNAMIC_PARTITIONS_TO_DIFF

Constructeurs publics

IncrémentalImageUtil

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

Paramètres
device ITestDevice

deviceImage File

bootloader File

baseband File

targetImage File

createSnapshot File

applySnapshot boolean

wipeAfterApply boolean

newFlow boolean

waitPhase SnapuserdWaitPhase

Méthodes publiques

allowSameBuildFlashing

public void allowSameBuildFlashing ()

allowUnzipBaseline

public void allowUnzipBaseline ()

cleanAfterSetup

public void cleanAfterSetup ()

Lorsque nous appliquons une partie de la logique, nous pouvons nettoyer les fichiers juste après la configuration.

getExtractedTargetDirectory

public File getExtractedTargetDirectory ()

Renvoie
File

initialize

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)

Paramètres
device ITestDevice

build IDeviceBuildInfo

createSnapshot File

isIsolatedSetup boolean

allowCrossRelease boolean

allowedbranchTransition MultiMap

applySnapshot boolean

wipeAfterApply boolean

newFlow boolean

waitPhase SnapuserdWaitPhase

Renvoie
IncrementalImageUtil

Génère
DeviceNotAvailableException

isSameBuildFlashingAllowed

public boolean isSameBuildFlashingAllowed ()

Renvoie
boolean

isSnapshotInUse

public static boolean isSnapshotInUse (ITestDevice device)

Indique si l'appareil utilise actuellement des photos instantanées ou non.

Paramètres
device ITestDevice

Renvoie
boolean

Génère
DeviceNotAvailableException

isSnapshotCompatible

public static boolean isSnapshotSupported (ITestDevice device, 
                boolean applySnapshot)

Indique si nous pouvons utiliser la logique d'instantané pour mettre à jour l'appareil

Paramètres
device ITestDevice

applySnapshot boolean

Renvoie
boolean

Génère
DeviceNotAvailableException

notifierBasebadNeedsReset

public void notifyBasebadNeedsRevert ()

notifierBootloaderNeeds Effectuez une restauration

public void notifyBootloaderNeedsRevert ()

démontageappareil

public void teardownDevice (TestInformation testInfo)

Paramètres
testInfo TestInformation

Génère
DeviceNotAvailableException

updateCompleted

public boolean updateCompleted ()

Indique si la mise à jour a été effectuée ou non.

Renvoie
boolean

mettre à jour l'appareil

public void updateDevice (File currentBootloader, 
                File currentRadio)

Met à jour l'appareil à l'aide de la logique d'instantané.

Paramètres
currentBootloader File

currentRadio File

Génère
DeviceNotAvailableException
TargetSetupError

updateDeviceWithNewFlow

public void updateDeviceWithNewFlow (File currentBootloader, 
                File currentRadio)

Paramètres
currentBootloader File

currentRadio File

Génère
DeviceNotAvailableException
TargetSetupError

useUpdatedFlow

public boolean useUpdatedFlow ()

Renvoie
boolean