Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsEventLogger.java68 private final int[] mPollEventCounts = new int[MAX_POLL_REASON + 1]; field in NetworkStatsEventLogger
78 mPollEventCounts[event.reason]++; in logPollEvent()
89 pw.println(PollEvent.pollReasonNameOf(i) + ": " + mPollEventCounts[i]); in dumpPollCountsPerReason()