Searched refs:NSORPMS (Results 1 – 1 of 1) sorted by relevance
13675 int NSORPMS = in.readInt(); in readSummaryFromParcel() local13676 if (NSORPMS > 10000) { in readSummaryFromParcel()13677 … throw new ParcelFormatException("File corrupt: too many screen-off rpm stats " + NSORPMS); in readSummaryFromParcel()13679 for (int irpm = 0; irpm < NSORPMS; irpm++) { in readSummaryFromParcel()14679 int NSORPMS = in.readInt(); in readFromParcelLocked() local14680 for (int irpm = 0; irpm < NSORPMS; irpm++) { in readFromParcelLocked()