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

*/
var LevelStepTracker = {

/***/
mLastStepTime : "null",
/***/
mNumStepDurations : "null",
/***/
mStepDurations : "null",
/**
*/
getDurationAt : function(  ) {},

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

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

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

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

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

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

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

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

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

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

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

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


};