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

@extends java.lang.Object

 An inclusive range of UIDs.

 @hide
*/
var UidRange = {

/***/
start : "null",
/***/
stop : "null",
/***/
CREATOR : "null",
/**
*/
createForUser : function(  ) {},

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

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

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

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

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

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


};