Searched refs:tetherStats (Results 1 – 3 of 3) sorted by relevance
93 public ForwardedStats(@NonNull TetherStatsParcel tetherStats) { in ForwardedStats() argument94 rxBytes = tetherStats.rxBytes; in ForwardedStats()95 rxPackets = tetherStats.rxPackets; in ForwardedStats()96 txBytes = tetherStats.txBytes; in ForwardedStats()97 txPackets = tetherStats.txPackets; in ForwardedStats()100 public ForwardedStats(@NonNull TetherStatsValue tetherStats) { in ForwardedStats() argument101 rxBytes = tetherStats.rxBytes; in ForwardedStats()102 rxPackets = tetherStats.rxPackets; in ForwardedStats()103 txBytes = tetherStats.txBytes; in ForwardedStats()104 txPackets = tetherStats.txPackets; in ForwardedStats()
1810 final TetherStatsValue tetherStats = tetherStatsList.valueAt(i); in updateQuotaAndStatsFromSnapshot() local1811 final ForwardedStats curr = new ForwardedStats(tetherStats); in updateQuotaAndStatsFromSnapshot()
1675 private void expectNetworkStatsUidDetail(NetworkStats detail, NetworkStats tetherStats)1681 when(mNetManager.getNetworkStatsTethering(STATS_PER_UID)).thenReturn(tetherStats);