/**@class android.accounts.AccountAndUser
@extends java.lang.Object

 Used to store the Account and the UserId this account is associated with.

 @hide
*/
var AccountAndUser = {

/***/
account : "null",
/***/
userId : "null",
/**
*/
equals : function(  ) {},

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

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


};