Przygotowanie GsiDeviceFlash
public
class
GsiDeviceFlashPreparer
extends BaseTargetPreparer
implements
ILabPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.GsiDeviceFlashPreparer |
Moduł przygotowujący do kierowania, który dodaje na urządzeniu ogólny obraz systemu Android. Zobacz Więcej informacji znajdziesz na https://source.android.com/setup/build/gsi.
Podsumowanie
Konstruktory publiczne | |
---|---|
GsiDeviceFlashPreparer()
|
Metody publiczne | |
---|---|
void
|
setUp(TestInformation testInfo)
Przeprowadź konfigurację miejsca docelowego na potrzeby testów. |
Metody chronione | |
---|---|
IHostOptions
|
getHostOptions()
Uzyskaj odniesienie do dokumentu |
IRunUtil
|
getRunUtil()
Pobierz instancję |
Konstruktory publiczne
Przygotowanie GsiDeviceFlash
public GsiDeviceFlashPreparer ()
Metody publiczne
Konfiguracja
public void setUp (TestInformation testInfo)
Przeprowadź konfigurację miejsca docelowego na potrzeby testów.
Parametry | |
---|---|
testInfo |
TestInformation : element TestInformation wywołania. |
Rzuty | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
Metody chronione
getHostOptions
protected IHostOptions getHostOptions ()
Uzyskaj odniesienie do dokumentu IHostOptions
Zwroty | |
---|---|
IHostOptions |
IHostOptions , którego chcesz użyć |