Searched refs:sNumSpeedSteps (Results 1 – 1 of 1) sorted by relevance
110 private static int sNumSpeedSteps; field in BatteryStatsImpl6480 if (sNumSpeedSteps == 0) sNumSpeedSteps = steps; in setNumSpeedSteps()7536 return sNumSpeedSteps; in getCpuSpeedSteps()7991 sNumSpeedSteps = in.readInt(); in readSummaryFromParcel()7992 if (sNumSpeedSteps < 0 || sNumSpeedSteps > 100) { in readSummaryFromParcel()7993 throw new BadParcelableException("Bad speed steps in data: " + sNumSpeedSteps); in readSummaryFromParcel()8275 out.writeInt(sNumSpeedSteps); in writeSummaryToParcel()8611 sNumSpeedSteps = in.readInt(); in readFromParcelLocked()8748 out.writeInt(sNumSpeedSteps); in writeToParcelLocked()