Home
last modified time | relevance | path

Searched refs:tetherSnapshot (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java1201 final NetworkStats tetherSnapshot = getNetworkStatsTethering(STATS_PER_IFACE); in recordSnapshotLocked() local
1203 xtSnapshot.combineAllValues(tetherSnapshot); in recordSnapshotLocked()
1204 devSnapshot.combineAllValues(tetherSnapshot); in recordSnapshotLocked()
1608 final NetworkStats tetherSnapshot = getNetworkStatsTethering(STATS_PER_UID); in getNetworkStatsUidDetail() local
1609 tetherSnapshot.filter(UID_ALL, ifaces, TAG_ALL); in getNetworkStatsUidDetail()
1610 NetworkStatsFactory.apply464xlatAdjustments(uidSnapshot, tetherSnapshot); in getNetworkStatsUidDetail()
1611 uidSnapshot.combineAllValues(tetherSnapshot); in getNetworkStatsUidDetail()