/**@class android.net.NetworkConfig @extends java.lang.Object Describes the buildtime configuration of a network. Holds settings read from resources. @hide */ var NetworkConfig = { /** Human readable string */ name : "null", /** Type from ConnectivityManager */ type : "null", /** the radio number from radio attributes config */ radio : "null", /** higher number == higher priority when turning off connections */ priority : "null", /** indicates the boot time dependencyMet setting */ dependencyMet : "null", /** indicates the default restoral timer in seconds if the network is used as a special network feature -1 indicates no restoration of default */ restoreTime : "null", /**Indicates if this network is supposed to be default-routable */ isDefault : function( ) {}, };