GsiDeviceFlashPreparer
public class GsiDeviceFlashPreparer
extends BaseTargetPreparer
implements ILabPreparer
java.lang.Oggetto | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.GsiDeviceFlashPreparer |
Un preparatore di destinazione che esegue il flashing del dispositivo con un'immagine di sistema generica Android. Consulta https://source.android.com/setup/build/gsi per i dettagli.
Riepilogo
Costruttori pubblici | |
---|---|
GsiDeviceFlashPreparer () |
Metodi pubblici | |
---|---|
void | setUp ( TestInformation testInfo) Eseguire la configurazione della destinazione per il test. |
Metodi protetti | |
---|---|
IHostOptions | getHostOptions () Ottieni un riferimento a |
IRunUtil | getRunUtil () Ottenere l'istanza |
Costruttori pubblici
GsiDeviceFlashPreparer
public GsiDeviceFlashPreparer ()
Metodi pubblici
impostare
public void setUp (TestInformation testInfo)
Eseguire la configurazione della destinazione per il test.
Parametri | |
---|---|
testInfo | TestInformation : il TestInformation della chiamata. |
Getta | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
Metodi protetti
getHostOptions
protected IHostOptions getHostOptions ()
Ottieni un riferimento a IHostOptions
ritorna | |
---|---|
IHostOptions | l' IHostOptions da utilizzare |