Searched refs:xtSnapshot (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/net/ |
D | NetworkStatsObserversTest.java | 242 NetworkStats xtSnapshot = new NetworkStats(TEST_START, 1 /* initialSize */) in testUpdateStats_initialSample_doesNotNotify() local 247 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_initialSample_doesNotNotify() 266 NetworkStats xtSnapshot = new NetworkStats(TEST_START, 1 /* initialSize */) in testUpdateStats_belowThreshold_doesNotNotify() local 270 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_belowThreshold_doesNotNotify() 273 xtSnapshot = new NetworkStats(TEST_START, 1 /* initialSize */) in testUpdateStats_belowThreshold_doesNotNotify() 276 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_belowThreshold_doesNotNotify() 296 NetworkStats xtSnapshot = new NetworkStats(TEST_START, 1 /* initialSize */) in testUpdateStats_deviceAccess_notifies() local 300 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_deviceAccess_notifies() 303 xtSnapshot = new NetworkStats(TEST_START + MINUTE_IN_MILLIS, 1 /* initialSize */) in testUpdateStats_deviceAccess_notifies() 307 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_deviceAccess_notifies() [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 435 mXtSnapshot = xtSnapshot; in StatsContext()
|
D | NetworkStatsService.java | 1420 final NetworkStats xtSnapshot = readNetworkStatsSummaryXt(); 1431 xtSnapshot.combineAllValues(tetherSnapshot); 1439 xtSnapshot.combineAllValues(providersnapshot); 1448 mXtRecorder.recordSnapshotLocked(xtSnapshot, mActiveIfaces, currentTime); 1461 mStatsObservers.updateStats(xtSnapshot, uidSnapshot, new ArrayMap<>(mActiveIfaces),
|