Home
last modified time | relevance | path

Searched defs:uidSnapshot (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
H A DNetworkStatsObserversTest.java248 NetworkStats uidSnapshot = null; in testUpdateStats_initialSample_doesNotNotify() local
272 NetworkStats uidSnapshot = null; in testUpdateStats_belowThreshold_doesNotNotify() local
302 NetworkStats uidSnapshot = null; in testUpdateStats_deviceAccess_notifies() local
332 NetworkStats uidSnapshot = new NetworkStats(TEST_START, 2 /* initialSize */) in testUpdateStats_defaultAccess_notifiesSameUid() local
365 NetworkStats uidSnapshot = new NetworkStats(TEST_START, 2 /* initialSize */) in testUpdateStats_defaultAccess_usageOtherUid_doesNotNotify() local
397 NetworkStats uidSnapshot = new NetworkStats(TEST_START, 2 /* initialSize */) in testUpdateStats_userAccess_usageSameUser_notifies() local
430 NetworkStats uidSnapshot = new NetworkStats(TEST_START, 2 /* initialSize */) in testUpdateStats_userAccess_usageAnotherUser_doesNotNotify() local
/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsObservers.java103 public void updateStats(NetworkStats xtSnapshot, NetworkStats uidSnapshot, in updateStats()
431 StatsContext(NetworkStats xtSnapshot, NetworkStats uidSnapshot, in StatsContext()