/**@class android.os.Registrant @extends java.lang.Object @hide */ var Registrant = { /** */ clear : function( ) {}, /** */ notifyRegistrant : function( ) {}, /** */ notifyResult : function( ) {}, /** */ notifyException : function( ) {}, /**This makes a copy of @param ar */ notifyRegistrant : function( ) {}, /**NOTE: May return null if weak reference has been collected */ messageForRegistrant : function( ) {}, /** */ getHandler : function( ) {}, };