Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/net/
DNetworkStatsObserversTest.java253 NetworkStats xtSnapshot = new NetworkStats(TEST_START, 1 /* initialSize */) in testUpdateStats_initialSample_doesNotNotify() local
258 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, in testUpdateStats_initialSample_doesNotNotify()
278 NetworkStats xtSnapshot = new NetworkStats(TEST_START, 1 /* initialSize */) in testUpdateStats_belowThreshold_doesNotNotify() local
282 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, in testUpdateStats_belowThreshold_doesNotNotify()
286 xtSnapshot = new NetworkStats(TEST_START, 1 /* initialSize */) in testUpdateStats_belowThreshold_doesNotNotify()
289 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, in testUpdateStats_belowThreshold_doesNotNotify()
310 NetworkStats xtSnapshot = new NetworkStats(TEST_START, 1 /* initialSize */) in testUpdateStats_deviceAccess_notifies() local
314 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, in testUpdateStats_deviceAccess_notifies()
318 xtSnapshot = new NetworkStats(TEST_START + MINUTE_IN_MILLIS, 1 /* initialSize */) in testUpdateStats_deviceAccess_notifies()
322 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, in testUpdateStats_deviceAccess_notifies()
[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
437 mXtSnapshot = xtSnapshot; in StatsContext()
DNetworkStatsService.java1192 final NetworkStats xtSnapshot = getNetworkStatsXt(); in recordSnapshotLocked() local
1203 xtSnapshot.combineAllValues(tetherSnapshot); in recordSnapshotLocked()
1214 xtSnapshot, mActiveIfaces, null /* vpnArray */, currentTime); in recordSnapshotLocked()
1228 mStatsObservers.updateStats(xtSnapshot, uidSnapshot, new ArrayMap<>(mActiveIfaces), in recordSnapshotLocked()
1633 final NetworkStats xtSnapshot = mNetworkManager.getNetworkStatsSummaryXt(); in getNetworkStatsXt() local
1641 xtSnapshot.combineAllValues(vtSnapshot); in getNetworkStatsXt()
1644 return xtSnapshot; in getNetworkStatsXt()