/**@class android.net.InterfaceConfiguration implements android.os.Parcelable @extends java.lang.Object Configuration details for a network interface. @hide */ var InterfaceConfiguration = { /***/ CREATOR : "null", /** */ toString : function( ) {}, /** */ getFlags : function( ) {}, /** */ hasFlag : function( ) {}, /** */ clearFlag : function( ) {}, /** */ setFlag : function( ) {}, /**Set flags to mark interface as up. */ setInterfaceUp : function( ) {}, /**Set flags to mark interface as down. */ setInterfaceDown : function( ) {}, /** */ getLinkAddress : function( ) {}, /** */ setLinkAddress : function( ) {}, /** */ getHardwareAddress : function( ) {}, /** */ setHardwareAddress : function( ) {}, /**This function determines if the interface is up and has a valid IP configuration (IP address has a non zero octet). Note: It is supposed to be quick and hence should not initiate any network activity */ isActive : function( ) {}, /**{@inheritDoc} */ describeContents : function( ) {}, /**{@inheritDoc} */ writeToParcel : function( ) {}, };