Searched refs:statsEntry (Results 1 – 1 of 1) sorted by relevance
321 Entry statsEntry = stats.getValues(i, null); in addStatsToResults() local323 if (statsEntry.tag != 0) { in addStatsToResults()327 if (statsEntry.uid != uid) { in addStatsToResults()330 if (totalStats == null || statsEntry.set == NetworkStats.SET_ALL) { in addStatsToResults()331 totalStats = statsEntry; in addStatsToResults()333 totalStats.rxBytes += statsEntry.rxBytes; in addStatsToResults()334 totalStats.txBytes += statsEntry.txBytes; in addStatsToResults()