public class SyncAdapterType extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
String |
accountType |
String |
authority |
static Parcelable.Creator<SyncAdapterType> |
CREATOR |
boolean |
isKey |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
SyncAdapterType(Parcel source) |
SyncAdapterType(String authority,
String accountType,
boolean userVisible,
boolean supportsUploading) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowParallelSyncs() |
int |
describeContents() |
boolean |
equals(Object o) |
String |
getSettingsActivity() |
int |
hashCode() |
boolean |
isAlwaysSyncable() |
boolean |
isUserVisible() |
static SyncAdapterType |
newKey(String authority,
String accountType) |
boolean |
supportsUploading() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public final String authority
public final String accountType
public final boolean isKey
public static final Parcelable.Creator<SyncAdapterType> CREATOR
public SyncAdapterType(String authority, String accountType, boolean userVisible, boolean supportsUploading)
public SyncAdapterType(Parcel source)
public boolean supportsUploading()
public boolean isUserVisible()
public boolean allowParallelSyncs()
public boolean isAlwaysSyncable()
public String getSettingsActivity()
public static SyncAdapterType newKey(String authority, String accountType)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.