/**@class android.net.NetworkKey
 implements android.os.Parcelable

@extends java.lang.Object

 Information which identifies a specific network.

 @hide
*/
var NetworkKey = {

/**A wifi network, for which {@link #wifiKey} will be populated. */
TYPE_WIFI : "1",
/** The type of this network.
 @see #TYPE_WIFI
*/
type : "null",
/** Information identifying a Wi-Fi network. Only set when {@link #type} equals
 {@link #TYPE_WIFI}.
*/
wifiKey : "null",
/***/
CREATOR : "null",
/**
*/
describeContents : function(  ) {},

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

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

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

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


};