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();
174 return bucket.getRxBytes() + bucket.getTxBytes(); in getUsageLevel()203 .append(",txBytes=").append(bucket.getTxBytes()) in statsBucketToString()
165 bytes += bucket.getRxBytes() + bucket.getTxBytes();
118 when(bucket.getTxBytes()).thenReturn(transmittedBytes); in getHistoricalUsageLevel_hasUsageData_shouldReturnTotalUsage()134 when(defaultSubscriberBucket.getTxBytes()).thenReturn(defaultSubTx); in getDataUsageInfo_hasUsageData_shouldReturnCorrectUsageForExplicitSubId()143 when(nonDefaultSubscriberBucket.getTxBytes()).thenReturn(nonDefaultSubTx); in getDataUsageInfo_hasUsageData_shouldReturnCorrectUsageForExplicitSubId()
154 assertEquals(375, bucket.getTxBytes()); in testQueryDetails()163 assertEquals(125, bucket.getTxBytes()); in testQueryDetails()209 assertEquals(expected.txBytes, actual.getTxBytes()); in assertBucketMatches()
78 public long getTxBytes() { in getTxBytes() method in UidTraffic
545 total += addIfSupported(getTxBytes(iface)); in getMobileTxBytes()633 public static long getTxBytes(String iface) { in getTxBytes() method in TrafficStats
450 public long getTxBytes() { in getTxBytes() method in NetworkStats.Bucket
961 e.writeLong(traffic.getTxBytes()); in pullBluetoothBytesTransfer()
11231 uidTxBytes.put(traffic.getUid(), traffic.getTxBytes()); in set()11352 final long txBytes = traffic.getTxBytes() - mLastBluetoothActivityInfo.uidTxBytes.get( in updateBluetoothStateLocked()11377 traffic.getTxBytes() - mLastBluetoothActivityInfo.uidTxBytes.get(uid); in updateBluetoothStateLocked()
7673 method public long getTxBytes();
12616 Landroid/bluetooth/UidTraffic;->getTxBytes()J