Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java9208 int NWR = in.readInt(); in readSummaryFromParcel() local
9209 if (NWR > 10000) { in readSummaryFromParcel()
9210 throw new ParcelFormatException("File corrupt: too many wakeup reasons " + NWR); in readSummaryFromParcel()
9212 for (int iwr = 0; iwr < NWR; iwr++) { in readSummaryFromParcel()
9878 int NWR = in.readInt(); in readFromParcelLocked() local
9879 for (int iwr = 0; iwr < NWR; iwr++) { in readFromParcelLocked()