/**@class android.accounts.Account
 implements android.os.Parcelable

@extends java.lang.Object

 Value type that represents an Account in the {@link android.accounts.AccountManager}. This object is
 {@link Parcelable} and also overrides {@link #equals} and {@link #hashCode}, making it
 suitable for use as the key of a {@link java.util.Map}
*/
var Account = {

/***/
name : "null",
/***/
type : "null",
/***/
CREATOR : "null",
/**
*/
equals : function(  ) {},

/**
*/
hashCode : function(  ) {},

/**
*/
describeContents : function(  ) {},

/**
*/
writeToParcel : function(  ) {},

/**
*/
toString : function(  ) {},


};