/**@class android.os.BatteryStats.HistoryStepDetails @extends java.lang.Object Optional detailed information that can go into a history step. This is typically generated each time the battery level changes. */ var HistoryStepDetails = { /***/ userTime : "null", /***/ systemTime : "null", /***/ appCpuUid1 : "null", /***/ appCpuUTime1 : "null", /***/ appCpuSTime1 : "null", /***/ appCpuUid2 : "null", /***/ appCpuUTime2 : "null", /***/ appCpuSTime2 : "null", /***/ appCpuUid3 : "null", /***/ appCpuUTime3 : "null", /***/ appCpuSTime3 : "null", /***/ statUserTime : "null", /***/ statSystemTime : "null", /***/ statIOWaitTime : "null", /***/ statIrqTime : "null", /***/ statSoftIrqTime : "null", /***/ statIdlTime : "null", /** */ clear : function( ) {}, /** */ writeToParcel : function( ) {}, /** */ readFromParcel : function( ) {}, };