Searched refs:mPollEventCounts (Results 1 – 1 of 1) sorted by relevance
68 private final int[] mPollEventCounts = new int[MAX_POLL_REASON + 1]; field in NetworkStatsEventLogger78 mPollEventCounts[event.reason]++; in logPollEvent()89 pw.println(PollEvent.pollReasonNameOf(i) + ": " + mPollEventCounts[i]); in dumpPollCountsPerReason()