GsiDeviceFlashPreparer

public class GsiDeviceFlashPreparer
extends BaseTargetPreparer implements ILabPreparer

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


Un dispositivo di preparazione target che mostra un'immagine di sistema generica Android sul dispositivo. Vedi https://source.android.com/setup/build/gsi per informazioni dettagliate.

Riepilogo

Costruttori pubblici

GsiDeviceFlashPreparer()

Metodi pubblici

void setUp(TestInformation testInfo)

Esegui la configurazione della destinazione per i test.

Metodi protetti

IHostOptions getHostOptions()

Ottieni un riferimento a IHostOptions

IRunUtil getRunUtil()

Ottieni l'istanza IRunUtil da utilizzare.

Costruttori pubblici

GsiDeviceFlashPreparer

public GsiDeviceFlashPreparer ()

Metodi pubblici

impostazione

public void setUp (TestInformation testInfo)

Esegui la configurazione della destinazione per i test.

Parametri
testInfo TestInformation: il TestInformation della chiamata.

Lanci
BuildError
DeviceNotAvailableException
TargetSetupError

Metodi protetti

getHostOpzioni

protected IHostOptions getHostOptions ()

Ottieni un riferimento a IHostOptions

Ritorni
IHostOptions IHostOptions per utilizzare

getRunUtil

protected IRunUtil getRunUtil ()

Ottieni l'istanza IRunUtil da utilizzare.

Ritorni
IRunUtil IRunUtil per utilizzare