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.java13844 int NSORPMS = in.readInt(); in readSummaryFromParcel() local
13845 if (NSORPMS > 10000) { in readSummaryFromParcel()
13846 … throw new ParcelFormatException("File corrupt: too many screen-off rpm stats " + NSORPMS); in readSummaryFromParcel()
13848 for (int irpm = 0; irpm < NSORPMS; irpm++) { in readSummaryFromParcel()
14823 int NSORPMS = in.readInt(); in readFromParcelLocked() local
14824 for (int irpm = 0; irpm < NSORPMS; irpm++) { in readFromParcelLocked()