All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.content.SyncInfo Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

The newest version!
package android.content;
public class SyncInfo
  implements android.os.Parcelable
{
SyncInfo() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel parcel, int flags) { throw new RuntimeException("Stub!"); }
public final android.accounts.Account account;
public final java.lang.String authority;
public final long startTime;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy