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

@extends java.lang.Object

 Information about quota status on a specific network.

 @hide
*/
var NetworkQuotaInfo = {

/***/
NO_LIMIT : "-1",
/***/
CREATOR : "null",
/**
*/
getEstimatedBytes : function(  ) {},

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

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

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

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


};