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

android.content.PeriodicSync Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag that was used to checkout the source from the Git repos was android-2.1_r2.

There is a newer version: 4.1.1.4
Show newest version
package android.content;
public class PeriodicSync
  implements android.os.Parcelable
{
public  PeriodicSync(android.accounts.Account account, java.lang.String authority, android.os.Bundle extras, long period) { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object o) { throw new RuntimeException("Stub!"); }
public final android.accounts.Account account;
public final java.lang.String authority;
public final android.os.Bundle extras;
public final long period;
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy