File
Doc
Category
Size
Date
Package
SyncInfo.java
API Doc
Android 5.1 API
432
Sat Mar 14 14:09:44 GMT 2015
android.content
SyncInfo
java.lang.Object
public class SyncInfo extends Object implements android.os.Parcelable
Fields Summary
public final android.accounts.Account
account
public final String
authority
public final long
startTime
Constructors Summary
SyncInfo
()
throw new RuntimeException("Stub!");
Methods Summary
public
int
describeContents
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
parcel,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source