DeviceCleaner.CleanupAction
  public
  static
  final
  
  enum
  DeviceCleaner.CleanupAction
  
  
  
  
    extends Enum<DeviceCleaner.CleanupAction>
  
  
  
  
  
  
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.targetprep.DeviceCleaner.CleanupAction> | |
| ↳ | com.android.tradefed.targetprep.DeviceCleaner.CleanupAction | |
Podsumowanie
| Wartości typu wyliczeniowego | |
|---|---|
| DeviceCleaner.CleanupAction | FORMATsformatuj partycje danych użytkownika i pamięci podręcznej jako oczyszczanie po teście; | 
| DeviceCleaner.CleanupAction | NONEbrak działania oczyszczającego | 
| DeviceCleaner.CleanupAction | REBOOTponownie uruchom urządzenie, aby zakończyć testowanie. | 
| Metody publiczne | |
|---|---|
| 
        
        
        static
        
        
        DeviceCleaner.CleanupAction | 
      valueOf(String name)
       | 
| 
        
        
        static
        final
        
        CleanupAction[] | 
      values()
       | 
Wartości typu wyliczeniowego
FORMAT
public static final DeviceCleaner.CleanupAction FORMAT
sformatuj partycje userdata i cache jako oczyszczanie po teście.
URUCHOM PONOWNIE
public static final DeviceCleaner.CleanupAction REBOOT
ponownie uruchom urządzenie w ramach czyszczenia po teście.
Metody publiczne
valueOf
public static DeviceCleaner.CleanupAction valueOf (String name)
| Parametry | |
|---|---|
| name | String | 
| Zwroty | |
|---|---|
| DeviceCleaner.CleanupAction | |
