/**@class android.os.RemoteCallback
 implements android.os.Parcelable

@extends java.lang.Object

 TODO: Make this a public API?  Let's see how it goes with a few use
 cases first.
 @hide
*/
var RemoteCallback = {

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

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

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

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

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


};