Home
last modified time | relevance | path

Searched refs:NSORPMS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java13674 int NSORPMS = in.readInt(); in readSummaryFromParcel() local
13675 if (NSORPMS > 10000) { in readSummaryFromParcel()
13676 … throw new ParcelFormatException("File corrupt: too many screen-off rpm stats " + NSORPMS); in readSummaryFromParcel()
13678 for (int irpm = 0; irpm < NSORPMS; irpm++) { in readSummaryFromParcel()
14677 int NSORPMS = in.readInt(); in readFromParcelLocked() local
14678 for (int irpm = 0; irpm < NSORPMS; irpm++) { in readFromParcelLocked()