/**@class android.content.SyncInfo
implements android.os.Parcelable
@extends java.lang.Object
Information about the sync operation that is currently underway.
*/
var SyncInfo = {
/**@hide */
authorityId : "null",
/** The {@link Account} that is currently being synced.
*/
account : "null",
/** The authority of the provider that is currently being synced.
*/
authority : "null",
/** The start time of the current sync operation in milliseconds since boot.
This is represented in elapsed real time.
See {@link android.os.SystemClock#elapsedRealtime()}.
*/
startTime : "null",
/**@hide */
CREATOR : "null",
/**
@hide
*/
describeContents : function( ) {},
/**
@hide
*/
writeToParcel : function( ) {},
};