/**@class android.content.DialogInterface */ var DialogInterface = { /** The identifier for the positive button. */ BUTTON_POSITIVE : "-1", /** The identifier for the negative button. */ BUTTON_NEGATIVE : "-2", /** The identifier for the neutral button. */ BUTTON_NEUTRAL : "-3", /** @deprecated Use {@link #BUTTON_POSITIVE} */ BUTTON1 : "-1", /** @deprecated Use {@link #BUTTON_NEGATIVE} */ BUTTON2 : "-2", /** @deprecated Use {@link #BUTTON_NEUTRAL} */ BUTTON3 : "-3", /** */ cancel : function( ) {}, /** */ dismiss : function( ) {}, };