Searched refs:getTxBytes (Results 1 – 13 of 13) sorted by relevance
48 final long total = bucket == null ? 0L : bucket.getRxBytes() + bucket.getTxBytes(); in recordUsage()86 usage = bucket.getRxBytes() + bucket.getTxBytes();
172 return bucket.getRxBytes() + bucket.getTxBytes(); in getUsageLevel()201 .append(",txBytes=").append(bucket.getTxBytes()) in statsBucketToString()
165 bytes += bucket.getRxBytes() + bucket.getTxBytes();
119 when(bucket.getTxBytes()).thenReturn(transmittedBytes); in getHistoricalUsageLevel_hasUsageData_shouldReturnTotalUsage()135 when(defaultSubscriberBucket.getTxBytes()).thenReturn(defaultSubTx); in getDataUsageInfo_hasUsageData_shouldReturnCorrectUsageForExplicitSubId()144 when(nonDefaultSubscriberBucket.getTxBytes()).thenReturn(nonDefaultSubTx); in getDataUsageInfo_hasUsageData_shouldReturnCorrectUsageForExplicitSubId()
78 public long getTxBytes() { in getTxBytes() method in UidTraffic
545 total += addIfSupported(getTxBytes(iface)); in getMobileTxBytes()660 public static long getTxBytes(@NonNull String iface) { in getTxBytes() method in TrafficStats
450 public long getTxBytes() { in getTxBytes() method in NetworkStats.Bucket
1609 atomTag, traffic.getUid(), traffic.getRxBytes(), traffic.getTxBytes()));
12149 uidTxBytes.put(traffic.getUid(), traffic.getTxBytes()); in set()12303 final long txBytes = traffic.getTxBytes() - mLastBluetoothActivityInfo.uidTxBytes.get( in updateBluetoothStateLocked()12328 traffic.getTxBytes() - mLastBluetoothActivityInfo.uidTxBytes.get(uid); in updateBluetoothStateLocked()
3380 HSPLandroid/app/usage/NetworkStats$Bucket;->getTxBytes()J12075 HSPLandroid/net/TrafficStats;->getTxBytes(Ljava/lang/String;)J+]Landroid/net/INetworkStatsService;L…
8329 method public long getTxBytes();26555 method public static long getTxBytes(@NonNull String);
3378 HSPLandroid/app/usage/NetworkStats$Bucket;->getTxBytes()J12067 HSPLandroid/net/TrafficStats;->getTxBytes(Ljava/lang/String;)J+]Landroid/net/INetworkStatsService;L…
12607 Landroid/bluetooth/UidTraffic;->getTxBytes()J