/**@class android.os.BatteryProperty
 implements android.os.Parcelable

@extends java.lang.Object

 @hide
*/
var BatteryProperty = {

/***/
CREATOR : "null",
/**
@hide 
*/
getLong : function(  ) {},

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

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

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


};