Searched refs:statsEntry (Results 1 – 3 of 3) 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()
320 Entry statsEntry = stats.getValues(i, null); in addStatsToResults() local322 if (statsEntry.tag != 0) { in addStatsToResults()326 if (statsEntry.uid != uid) { in addStatsToResults()329 if (totalStats == null || statsEntry.set == NetworkStats.SET_ALL) { in addStatsToResults()330 totalStats = statsEntry; in addStatsToResults()332 totalStats.rxBytes += statsEntry.rxBytes; in addStatsToResults()333 totalStats.txBytes += statsEntry.txBytes; in addStatsToResults()
4374 android.net.wifi.WifiUsabilityStatsEntry statsEntry) {4377 listener.onWifiUsabilityStats(seqNum, isSameBssidAndFreq, statsEntry);