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

android.accounts.Account Maven / Gradle / Ivy

package android.accounts;
public class Account
  implements android.os.Parcelable
{
public  Account(java.lang.String name, java.lang.String type) { throw new RuntimeException("Stub!"); }
public  Account(android.os.Parcel in) { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object o) { throw new RuntimeException("Stub!"); }
public  int hashCode() { 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  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public final java.lang.String name;
public final java.lang.String type;
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy