Searched refs:NSORPMS (Results 1 – 1 of 1) sorted by relevance
13844 int NSORPMS = in.readInt(); in readSummaryFromParcel() local13845 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() local14824 for (int irpm = 0; irpm < NSORPMS; irpm++) { in readFromParcelLocked()