FileDocCategorySizeDatePackage
SyncAdapterType.javaAPI DocAndroid 5.1 API1531Sat Mar 14 14:09:38 GMT 2015android.content

SyncAdapterType

public class SyncAdapterType extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public final String
accountType
public final String
authority
public final boolean
isKey
Constructors Summary
public SyncAdapterType(String authority, String accountType, boolean userVisible, boolean supportsUploading)

 throw new RuntimeException("Stub!"); 
public SyncAdapterType(android.os.Parcel source)

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleanallowParallelSyncs()

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object o)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSettingsActivity()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public booleanisAlwaysSyncable()

 throw new RuntimeException("Stub!"); 
public booleanisUserVisible()

 throw new RuntimeException("Stub!"); 
public static android.content.SyncAdapterTypenewKey(java.lang.String authority, java.lang.String accountType)

 throw new RuntimeException("Stub!"); 
public booleansupportsUploading()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");