android.content.SyncAdapterType Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.content;
public class SyncAdapterType
implements android.os.Parcelable
{
public SyncAdapterType(java.lang.String authority, java.lang.String accountType, boolean userVisible, boolean supportsUploading) { throw new RuntimeException("Stub!"); }
public SyncAdapterType(android.os.Parcel source) { throw new RuntimeException("Stub!"); }
public boolean supportsUploading() { throw new RuntimeException("Stub!"); }
public boolean isUserVisible() { throw new RuntimeException("Stub!"); }
public boolean allowParallelSyncs() { throw new RuntimeException("Stub!"); }
public boolean isAlwaysSyncable() { throw new RuntimeException("Stub!"); }
public java.lang.String getSettingsActivity() { throw new RuntimeException("Stub!"); }
public static android.content.SyncAdapterType newKey(java.lang.String authority, java.lang.String accountType) { throw new RuntimeException("Stub!"); }
public boolean equals(java.lang.Object o) { throw new RuntimeException("Stub!"); }
public int hashCode() { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { 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 final java.lang.String authority;
public final java.lang.String accountType;
public final boolean isKey;
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}