/**@class android.os.BatteryStats.LongCounter
@extends java.lang.Object

 State for keeping track of long counting information.
*/
var LongCounter = {

/**Returns the count associated with this Counter for the
 selected type of statistics.
@param {Number} which one of STATS_SINCE_CHARGED, STATS_SINCE_UNPLUGGED, or STATS_CURRENT
*/
getCountLocked : function(  ) {},

/**Temporary for debugging.
*/
logState : function(  ) {},


};