android.content
Class SyncAdapterType
java.lang.Object
android.content.SyncAdapterType
- All Implemented Interfaces:
- Parcelable
public class SyncAdapterType
- extends Object
- implements Parcelable
authority
public final String authority
accountType
public final String accountType
isKey
public final boolean isKey
CREATOR
public static final Parcelable.Creator<SyncAdapterType> CREATOR
SyncAdapterType
public SyncAdapterType(String authority,
String accountType,
boolean userVisible,
boolean supportsUploading)
SyncAdapterType
public SyncAdapterType(Parcel source)
supportsUploading
public boolean supportsUploading()
isUserVisible
public boolean isUserVisible()
allowParallelSyncs
public boolean allowParallelSyncs()
isAlwaysSyncable
public boolean isAlwaysSyncable()
getSettingsActivity
public String getSettingsActivity()
newKey
public static SyncAdapterType newKey(String authority,
String accountType)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
describeContents
public int describeContents()
- Specified by:
describeContents
in interface Parcelable
writeToParcel
public void writeToParcel(Parcel dest,
int flags)
- Specified by:
writeToParcel
in interface Parcelable
Copyright © 2008-2012. All Rights Reserved.