Uses of Class
com.android.ddmlib.SyncException.SyncError

Packages that use SyncException.SyncError
com.android.ddmlib   
 

Uses of SyncException.SyncError in com.android.ddmlib
 

Methods in com.android.ddmlib that return SyncException.SyncError
 SyncException.SyncError SyncException.getErrorCode()
           
static SyncException.SyncError SyncException.SyncError.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SyncException.SyncError[] SyncException.SyncError.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.android.ddmlib with parameters of type SyncException.SyncError
SyncException(SyncException.SyncError error)
           
SyncException(SyncException.SyncError error, java.lang.String message)
           
SyncException(SyncException.SyncError error, java.lang.Throwable cause)
           
 



Copyright © 2008-2011. All Rights Reserved.