Stan urządzenia testowego
public final enum TestDeviceState
extends Enum< TestDeviceState >
java.lang.Obiekt | ||
↳ | java.lang.Enum< com.android.tradefed.device.TestDeviceState > | |
↳ | com.android.tradefed.device.TestDeviceState |
Bardziej w pełni funkcjonalna reprezentacja stanu urządzenia niż DeviceState
.
DeviceState
, aby po prostu dodać stany FASTBOOT i NOT_AVAILABLE, ale rozszerzanie wyliczeń nie jest dozwolone.Streszczenie
Wylicz wartości | |
---|---|
TestDeviceState | FASTBOOT |
TestDeviceState | FASTBOOTD Tryb Fastbootd z is-userspace = true, chociaż `adb reboot fastboot` |
TestDeviceState | NOT_AVAILABLE |
TestDeviceState | ONLINE |
TestDeviceState | RECOVERY |
TestDeviceState | SIDELOAD
|
Metody publiczne | |
---|---|
static TestDeviceState | valueOf (String name) |
static final TestDeviceState[] | values () |
Wylicz wartości
SZYBKI BOT
public static final TestDeviceState FASTBOOT
FASTBOOTD
public static final TestDeviceState FASTBOOTD
Tryb Fastbootd z is-userspace = true, chociaż `adb reboot fastboot`
NIEDOSTĘPNE
public static final TestDeviceState NOT_AVAILABLE
ONLINE
public static final TestDeviceState ONLINE
POWRÓT DO ZDROWIA
public static final TestDeviceState RECOVERY
Metody publiczne
wartość
public static TestDeviceState valueOf (String name)
Parametry | |
---|---|
name | String |
Zwroty | |
---|---|
TestDeviceState |
Treść strony i umieszczone na niej fragmenty kodu podlegają licencjom opisanym w Licencji na treści. Java i OpenJDK są znakami towarowymi lub zastrzeżonymi znakami towarowymi należącymi do firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2023-04-28 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Brak potrzebnych mi informacji"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Zbyt skomplikowane / zbyt wiele czynności do wykonania"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Nieaktualne treści"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Problem z tłumaczeniem"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Problem z przykładami/kodem"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Inne"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Łatwo zrozumieć"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Rozwiązało to mój problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Inne"
}]