IncrémentalImageUtil

public class IncrementalImageUtil
extends Object

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


Un utilitaire permettant d'exploiter l'image incrémentielle et la mise à jour des appareils.

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, 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, boolean applySnapshot, SnapuserdWaitPhase waitPhase)
boolean isSameBuildFlashingAllowed()
static boolean isSnapshotInUse(ITestDevice device)

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

static boolean isSnapshotSupported(ITestDevice device, boolean applySnapshot)

Indique si nous pouvons utiliser ou non 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és.

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

Paramètres
device ITestDevice

deviceImage File

bootloader File

baseband File

targetImage File

createSnapshot File

applySnapshot 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 d'application, nous pouvons nettoyer les fichiers juste après la configuration.

getExtractedTargetDirectory

public File getExtractedTargetDirectory ()

Renvoie
File

initialiser

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

Paramètres
device ITestDevice

build IDeviceBuildInfo

createSnapshot File

isIsolatedSetup boolean

allowCrossRelease boolean

applySnapshot 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 ou non 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

mise à jour terminée

public boolean updateCompleted ()

Indique si la mise à jour est terminé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és.

Paramètres
currentBootloader File

currentRadio File

Génère
DeviceNotAvailableException
TargetSetupError