Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsObserversTest.java325 NetworkStats uidSnapshot = null; in testUpdateStats_initialSample_doesNotNotify() local
328 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_initialSample_doesNotNotify()
349 NetworkStats uidSnapshot = null; in testUpdateStats_belowThreshold_doesNotNotify() local
351 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_belowThreshold_doesNotNotify()
357 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_belowThreshold_doesNotNotify()
379 NetworkStats uidSnapshot = null; in testUpdateStats_deviceAccess_notifies() local
381 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_deviceAccess_notifies()
388 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_deviceAccess_notifies()
409 NetworkStats uidSnapshot = new NetworkStats(TEST_START, 2 /* initialSize */) in testUpdateStats_defaultAccess_notifiesSameUid() local
413 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_defaultAccess_notifiesSameUid()
[all …]
/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsObservers.java122 public void updateStats(NetworkStats xtSnapshot, NetworkStats uidSnapshot, in updateStats() argument
126 StatsContext statsContext = new StatsContext(xtSnapshot, uidSnapshot, activeIfaces, in updateStats()
470 StatsContext(NetworkStats xtSnapshot, NetworkStats uidSnapshot, in StatsContext() argument
475 mUidSnapshot = uidSnapshot; in StatsContext()
DNetworkStatsService.java2531 final NetworkStats uidSnapshot = getNetworkStatsUidDetail(INTERFACES_ALL);
2552 mUidRecorder.recordSnapshotLocked(uidSnapshot, mActiveUidIfaces, currentTime);
2555 mUidTagRecorder.recordSnapshotLocked(uidSnapshot, mActiveUidIfaces, currentTime);
2560 mStatsObservers.updateStats(xtSnapshot, uidSnapshot, new ArrayMap<>(mActiveIfaces),
3286 final NetworkStats uidSnapshot = readNetworkStatsUidDetail(UID_ALL, ifaces, TAG_ALL);
3291 mStatsFactory.apply464xlatAdjustments(uidSnapshot, tetherSnapshot);
3292 uidSnapshot.combineAllValues(tetherSnapshot);
3297 mStatsFactory.apply464xlatAdjustments(uidSnapshot, providerStats);
3298 uidSnapshot.combineAllValues(providerStats);
3300 uidSnapshot.combineAllValues(mUidOperations);
[all …]