Searched refs:uidSnapshot (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/net/ |
D | NetworkStatsObserversTest.java | 244 NetworkStats uidSnapshot = null; in testUpdateStats_initialSample_doesNotNotify() local 247 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_initialSample_doesNotNotify() 268 NetworkStats uidSnapshot = null; in testUpdateStats_belowThreshold_doesNotNotify() local 270 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_belowThreshold_doesNotNotify() 276 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_belowThreshold_doesNotNotify() 298 NetworkStats uidSnapshot = null; in testUpdateStats_deviceAccess_notifies() local 300 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_deviceAccess_notifies() 307 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_deviceAccess_notifies() 328 NetworkStats uidSnapshot = new NetworkStats(TEST_START, 2 /* initialSize */) in testUpdateStats_defaultAccess_notifiesSameUid() local 332 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_defaultAccess_notifiesSameUid() [all …]
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsObservers.java | 103 public void updateStats(NetworkStats xtSnapshot, NetworkStats uidSnapshot, in updateStats() argument 107 StatsContext statsContext = new StatsContext(xtSnapshot, uidSnapshot, activeIfaces, in updateStats() 431 StatsContext(NetworkStats xtSnapshot, NetworkStats uidSnapshot, in StatsContext() argument 436 mUidSnapshot = uidSnapshot; in StatsContext()
|
D | NetworkStatsService.java | 1417 final NetworkStats uidSnapshot = getNetworkStatsUidDetail(INTERFACES_ALL); 1453 mUidRecorder.recordSnapshotLocked(uidSnapshot, mActiveUidIfaces, currentTime); 1456 mUidTagRecorder.recordSnapshotLocked(uidSnapshot, mActiveUidIfaces, currentTime); 1461 mStatsObservers.updateStats(xtSnapshot, uidSnapshot, new ArrayMap<>(mActiveIfaces), 1908 final NetworkStats uidSnapshot = readNetworkStatsUidDetail(UID_ALL, ifaces, TAG_ALL); 1913 mStatsFactory.apply464xlatAdjustments(uidSnapshot, tetherSnapshot); 1914 uidSnapshot.combineAllValues(tetherSnapshot); 1919 mStatsFactory.apply464xlatAdjustments(uidSnapshot, providerStats); 1920 uidSnapshot.combineAllValues(providerStats); 1922 uidSnapshot.combineAllValues(mUidOperations); [all …]
|