/**@class android.accounts.AccountManagerResponse implements android.os.Parcelable @extends java.lang.Object Used to return a response to the AccountManager. @hide */ var AccountManagerResponse = { /**@hide */ CREATOR : "null", /** */ onResult : function( ) {}, /** */ onError : function( ) {}, /** @hide */ describeContents : function( ) {}, /** @hide */ writeToParcel : function( ) {}, };