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

@extends java.lang.Object

 A network identifier along with a score for the quality of that network.

 @hide
*/
var ScoredNetwork = {

/**A {@link android.net.NetworkKey} uniquely identifying this network. */
networkKey : "null",
/** The {@link android.net.RssiCurve} representing the scores for this network based on the RSSI.

 <p>This field is optional and may be set to null to indicate that no score is available for
 this network at this time. Such networks, along with networks for which the scorer has not
 responded, are always prioritized below scored networks, regardless of the score.
*/
rssiCurve : "null",
/***/
CREATOR : "null",
/**
*/
describeContents : function(  ) {},

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

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

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

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


};