GsiDeviceFlashPreparer
public class GsiDeviceFlashPreparer
extends BaseTargetPreparer
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)
|
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)
Parametri | |
---|---|
testInfo | TestInformation |
Getta | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
Metodi protetti
getHostOptions
protected IHostOptions getHostOptions ()
Ottieni un riferimento a IHostOptions
ritorna | |
---|---|
IHostOptions | l' IHostOptions da usare |