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

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

/**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(  ) {},


};