GsiDeviceFlashPreparer

public class GsiDeviceFlashPreparer
extends BaseTargetPreparer

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)

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)

Parametri
testInfo TestInformation

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