TestDeviceState
public final enum TestDeviceState
extends Enum< TestDeviceState >
java.lang.Objek | ||
↳ | java.lang.Enum< com.android.tradefed.device.TestDeviceState > | |
↳ | com.android.tradefed.device.TestDeviceState |
Representasi status perangkat yang lebih berfitur lengkap daripada DeviceState
.
DeviceState
untuk hanya menambahkan status FASTBOOT dan NOT_AVAILABLE, tetapi memperluas enum tidak diperbolehkan.Ringkasan
Nilai enum | |
---|---|
TestDeviceState | FASTBOOT |
TestDeviceState | FASTBOOTD Mode fastbootd dengan is-userspace = true meskipun `adb reboot fastboot` |
TestDeviceState | NOT_AVAILABLE |
TestDeviceState | ONLINE |
TestDeviceState | RECOVERY |
TestDeviceState | SIDELOAD
|
Metode publik | |
---|---|
static TestDeviceState | valueOf (String name) |
static final TestDeviceState[] | values () |
Nilai enum
FASTBOOT
public static final TestDeviceState FASTBOOT
FASTBOOTD
public static final TestDeviceState FASTBOOTD
Mode fastbootd dengan is-userspace = true meskipun `adb reboot fastboot`
TIDAK TERSEDIA
public static final TestDeviceState NOT_AVAILABLE
ON LINE
public static final TestDeviceState ONLINE
PEMULIHAN
public static final TestDeviceState RECOVERY
Metode publik
Nilai dari
public static TestDeviceState valueOf (String name)
Parameter | |
---|---|
name | String |
Pengembalian | |
---|---|
TestDeviceState |
Konten dan contoh kode di halaman ini tunduk pada lisensi yang dijelaskan dalam Lisensi Konten. Java dan OpenJDK adalah merek dagang atau merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2023-04-28 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Informasi yang saya butuhkan tidak ada"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Terlalu rumit/langkahnya terlalu banyak"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Sudah usang"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Masalah terjemahan"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Masalah kode / contoh"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Lainnya"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Mudah dipahami"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Memecahkan masalah saya"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Lainnya"
}]