GsiDeviceFlashPreparer
public
class
GsiDeviceFlashPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.GsiDeviceFlashPreparer |
Narzędzie do przygotowywania urządzeń docelowych, które flashuje urządzenie za pomocą ogólnego obrazu systemu Android. Więcej informacji znajdziesz na stronie https://source.android.com/setup/build/gsi.
Podsumowanie
Konstruktory publiczne | |
---|---|
GsiDeviceFlashPreparer()
|
Metody publiczne | |
---|---|
void
|
setUp(TestInformation testInfo)
|
Chronione metody | |
---|---|
IHostOptions
|
getHostOptions()
Pobieranie referencji do |
IRunUtil
|
getRunUtil()
Uzyskaj instancję |
Konstruktory publiczne
GsiDeviceFlashPreparer
public GsiDeviceFlashPreparer ()
Metody publiczne
setUp
public void setUp (TestInformation testInfo)
Parametry | |
---|---|
testInfo |
TestInformation |
Rzuty | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
Chronione metody
getHostOptions
protected IHostOptions getHostOptions ()
Pobieranie referencji do IHostOptions
Zwroty | |
---|---|
IHostOptions |
IHostOptions do użycia
|