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

@extends java.lang.Object

 Object used to communicate responses back to the AccountManager
*/
var AccountAuthenticatorResponse = {

/***/
CREATOR : "null",
/**
*/
onResult : function(  ) {},

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

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

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

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


};