Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkStatsObserversTest.java233 NetworkStats xtSnapshot = new NetworkStats(TEST_START, 1 /* initialSize */) in testUpdateStats_initialSample_doesNotNotify() local
263 NetworkStats xtSnapshot = new NetworkStats(TEST_START, 1 /* initialSize */) in testUpdateStats_belowThreshold_doesNotNotify() local
300 NetworkStats xtSnapshot = new NetworkStats(TEST_START, 1 /* initialSize */) in testUpdateStats_deviceAccess_notifies() local
337 NetworkStats xtSnapshot = null; in testUpdateStats_defaultAccess_notifiesSameUid() local
375 NetworkStats xtSnapshot = null; in testUpdateStats_defaultAccess_usageOtherUid_doesNotNotify() local
413 NetworkStats xtSnapshot = null; in testUpdateStats_userAccess_usageSameUser_notifies() local
451 NetworkStats xtSnapshot = null; in testUpdateStats_userAccess_usageAnotherUser_doesNotNotify() local
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsObservers.java108 public void updateStats(NetworkStats xtSnapshot, NetworkStats uidSnapshot, in updateStats()
437 StatsContext(NetworkStats xtSnapshot, NetworkStats uidSnapshot, in StatsContext()
DNetworkStatsService.java1033 final NetworkStats xtSnapshot = getNetworkStatsXtAndVt(); in recordSnapshotLocked() local
1342 final NetworkStats xtSnapshot = mNetworkManager.getNetworkStatsSummaryXt(); in getNetworkStatsXtAndVt() local