TestDeviceState
  public
  
  final
  
  enum
  TestDeviceState
  
  
  
  
    extends Enum<TestDeviceState>
  
  
  
  
  
  
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.device.TestDeviceState> | |
| ↳ | com.android.tradefed.device.TestDeviceState | |
DeviceState'e kıyasla cihaz durumunun daha kapsamlı bir temsili.
 
 Mantıksal olarak bu, DeviceState değerini FASTBOOT ve NOT_AVAILABLE durumlarını eklemek için genişletmelidir ancak enum'ların genişletilmesine izin verilmez.
Özet
| Enum değerleri | |
|---|---|
| TestDeviceState | FASTBOOT
 | 
| TestDeviceState | FASTBOOTD"adb reboot fastboot" komutu ile is-userspace = true olan Fastbootd modu | 
| TestDeviceState | NOT_AVAILABLE
 | 
| TestDeviceState | ONLINE
 | 
| TestDeviceState | RECOVERY
 | 
| TestDeviceState | SIDELOAD
 | 
| Herkese açık yöntemler | |
|---|---|
| 
        
        
        static
        
        
        TestDeviceState | 
      valueOf(String name)
       | 
| 
        
        
        static
        final
        
        TestDeviceState[] | 
      values()
       | 
Enum değerleri
FASTBOOTD
public static final TestDeviceState FASTBOOTD
"adb reboot fastboot" komutu ile is-userspace = true olan Fastbootd modu
Herkese açık yöntemler
valueOf
public static TestDeviceState valueOf (String name)
| Parametreler | |
|---|---|
| name | String | 
| İlerlemeler | |
|---|---|
| TestDeviceState | |
