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