Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/net/
DNetworkStatsObserversTest.java255 NetworkStats uidSnapshot = null; in testUpdateStats_initialSample_doesNotNotify() local
258 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, in testUpdateStats_initialSample_doesNotNotify()
280 NetworkStats uidSnapshot = null; in testUpdateStats_belowThreshold_doesNotNotify() local
282 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, in testUpdateStats_belowThreshold_doesNotNotify()
289 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, in testUpdateStats_belowThreshold_doesNotNotify()
312 NetworkStats uidSnapshot = null; in testUpdateStats_deviceAccess_notifies() local
314 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, in testUpdateStats_deviceAccess_notifies()
322 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, in testUpdateStats_deviceAccess_notifies()
344 NetworkStats uidSnapshot = new NetworkStats(TEST_START, 2 /* initialSize */) in testUpdateStats_defaultAccess_notifiesSameUid() local
348 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, in testUpdateStats_defaultAccess_notifiesSameUid()
[all …]
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsObservers.java104 public void updateStats(NetworkStats xtSnapshot, NetworkStats uidSnapshot, in updateStats() argument
108 StatsContext statsContext = new StatsContext(xtSnapshot, uidSnapshot, activeIfaces, in updateStats()
433 StatsContext(NetworkStats xtSnapshot, NetworkStats uidSnapshot, in StatsContext() argument
438 mUidSnapshot = uidSnapshot; in StatsContext()
DNetworkStatsService.java1189 final NetworkStats uidSnapshot = getNetworkStatsUidDetail(INTERFACES_ALL); in recordSnapshotLocked() local
1220 mUidRecorder.recordSnapshotLocked(uidSnapshot, mActiveUidIfaces, vpnArray, currentTime); in recordSnapshotLocked()
1223 mUidTagRecorder.recordSnapshotLocked(uidSnapshot, mActiveUidIfaces, vpnArray, currentTime); in recordSnapshotLocked()
1228 mStatsObservers.updateStats(xtSnapshot, uidSnapshot, new ArrayMap<>(mActiveIfaces), in recordSnapshotLocked()
1604 final NetworkStats uidSnapshot = mNetworkManager.getNetworkStatsUidDetail(UID_ALL, in getNetworkStatsUidDetail() local
1610 NetworkStatsFactory.apply464xlatAdjustments(uidSnapshot, tetherSnapshot); in getNetworkStatsUidDetail()
1611 uidSnapshot.combineAllValues(tetherSnapshot); in getNetworkStatsUidDetail()
1620 NetworkStatsFactory.apply464xlatAdjustments(uidSnapshot, vtStats); in getNetworkStatsUidDetail()
1621 uidSnapshot.combineAllValues(vtStats); in getNetworkStatsUidDetail()
1624 uidSnapshot.combineAllValues(mUidOperations); in getNetworkStatsUidDetail()
[all …]