Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsObserversTest.java323 NetworkStats xtSnapshot = new NetworkStats(TEST_START, 1 /* initialSize */) in testUpdateStats_initialSample_doesNotNotify() local
328 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_initialSample_doesNotNotify()
347 NetworkStats xtSnapshot = new NetworkStats(TEST_START, 1 /* initialSize */) in testUpdateStats_belowThreshold_doesNotNotify() local
351 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_belowThreshold_doesNotNotify()
354 xtSnapshot = new NetworkStats(TEST_START, 1 /* initialSize */) in testUpdateStats_belowThreshold_doesNotNotify()
357 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_belowThreshold_doesNotNotify()
377 NetworkStats xtSnapshot = new NetworkStats(TEST_START, 1 /* initialSize */) in testUpdateStats_deviceAccess_notifies() local
381 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_deviceAccess_notifies()
384 xtSnapshot = new NetworkStats(TEST_START + MINUTE_IN_MILLIS, 1 /* initialSize */) in testUpdateStats_deviceAccess_notifies()
388 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_deviceAccess_notifies()
[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
474 mXtSnapshot = xtSnapshot; in StatsContext()
DNetworkStatsService.java2534 final NetworkStats xtSnapshot = readNetworkStatsSummaryXt();
2542 xtSnapshot.combineAllValues(providersnapshot);
2547 mXtRecorder.recordSnapshotLocked(xtSnapshot, mActiveIfaces, currentTime);
2560 mStatsObservers.updateStats(xtSnapshot, uidSnapshot, new ArrayMap<>(mActiveIfaces),