DisableSELinuxTargetPreparer
public
class
DisableSELinuxTargetPreparer
extends BaseTargetPreparer
| java.lang.Object | ||
| ↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
| ↳ | com.android.tradefed.targetprep.DisableSELinuxTargetPreparer | |
Przygotowanie docelowego, które wyłącza SELinux, jeśli jest włączone.
Po usunięciu przywróci się do pierwotnego stanu.
Podsumowanie
Konstruktory publiczne | |
|---|---|
DisableSELinuxTargetPreparer()
|
|
Metody publiczne | |
|---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Konstruktory publiczne
DisableSELinuxTargetPreparer
public DisableSELinuxTargetPreparer ()
Metody publiczne
setUp
public void setUp (TestInformation testInfo)
| Parametry | |
|---|---|
testInfo |
TestInformation |
| Rzuty | |
|---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
|
tearDown
public void tearDown (TestInformation testInfo, Throwable e)
| Parametry | |
|---|---|
testInfo |
TestInformation |
e |
Throwable |
| Rzuty | |
|---|---|
DeviceNotAvailableException |
|