Searched refs:sNumSpeedSteps (Results 1 – 1 of 1) sorted by relevance
121 private static int sNumSpeedSteps; field in BatteryStatsImpl6885 if (sNumSpeedSteps == 0) sNumSpeedSteps = steps; in setNumSpeedSteps()8781 return sNumSpeedSteps; in getCpuSpeedSteps()9219 sNumSpeedSteps = in.readInt(); in readSummaryFromParcel()9220 if (sNumSpeedSteps < 0 || sNumSpeedSteps > 100) { in readSummaryFromParcel()9221 throw new ParcelFormatException("Bad speed steps in data: " + sNumSpeedSteps); in readSummaryFromParcel()9534 out.writeInt(sNumSpeedSteps); in writeSummaryToParcel()9900 sNumSpeedSteps = in.readInt(); in readFromParcelLocked()10040 out.writeInt(sNumSpeedSteps); in writeToParcelLocked()