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.java13697 int NWR = in.readInt(); in readSummaryFromParcel() local
13698 if (NWR > 10000) { in readSummaryFromParcel()
13699 throw new ParcelFormatException("File corrupt: too many wakeup reasons " + NWR); in readSummaryFromParcel()
13701 for (int iwr = 0; iwr < NWR; iwr++) { in readSummaryFromParcel()
14699 int NWR = in.readInt(); in readFromParcelLocked() local
14700 for (int iwr = 0; iwr < NWR; iwr++) { in readFromParcelLocked()