GsiDeviceFlashPreparer

public class GsiDeviceFlashPreparer
extends BaseTargetPreparer implements ILabPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.GsiDeviceFlashPreparer


Un preparatore del target che esegue il flashing del dispositivo con l'immagine di sistema generica di Android. Per informazioni dettagliate, visita la pagina https://source.android.com/setup/build/gsi.

Riepilogo

Costruttori pubblici

GsiDeviceFlashPreparer()

Metodi pubblici

void setUp(TestInformation testInfo)

Esegui la configurazione del target per i test.

Metodi protetti

IHostOptions getHostOptions()

Ricevi un riferimento al IHostOptions

IRunUtil getRunUtil()

Ottieni l'istanza IRunUtil da utilizzare.

Costruttori pubblici

GsiDeviceFlashPreparer

public GsiDeviceFlashPreparer ()

Metodi pubblici

setUp

public void setUp (TestInformation testInfo)

Esegui la configurazione del target per i test.

Parametri
testInfo TestInformation: il TestInformation della chiamata.

Lanci
BuildError
DeviceNotAvailableException
TargetSetupError

Metodi protetti

getHostOptions

protected IHostOptions getHostOptions ()

Ricevi un riferimento al IHostOptions

Ritorni
IHostOptions il IHostOptions da utilizzare

getRunUtil

protected IRunUtil getRunUtil ()

Ottieni l'istanza IRunUtil da utilizzare.

Ritorni
IRunUtil il IRunUtil da utilizzare