GsiDeviceFlashPreparer

public class GsiDeviceFlashPreparer
extends BaseTargetPreparer

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)

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)

Parametri
testInfo TestInformation

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