Searched refs:statsEntry (Results 1 – 2 of 2) sorted by relevance
101 Entry statsEntry = stats.getValues(i, null); in reportStats() local109 rxPackets += statsEntry.rxPackets; in reportStats()110 rxBytes += statsEntry.rxBytes; in reportStats()111 txPackets += statsEntry.txPackets; in reportStats()112 txBytes += statsEntry.txBytes; in reportStats()
313 Entry statsEntry = stats.getValues(i, null); in addStatsToResults() local315 if (statsEntry.tag != 0) { in addStatsToResults()319 if (statsEntry.uid != uid) { in addStatsToResults()322 if (totalStats == null || statsEntry.set == NetworkStats.SET_ALL) { in addStatsToResults()323 totalStats = statsEntry; in addStatsToResults()325 totalStats.rxBytes += statsEntry.rxBytes; in addStatsToResults()326 totalStats.txBytes += statsEntry.txBytes; in addStatsToResults()