Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkStatsObserversTest.java235 NetworkStats uidSnapshot = null; in testUpdateStats_initialSample_doesNotNotify() local
265 NetworkStats uidSnapshot = null; in testUpdateStats_belowThreshold_doesNotNotify() local
302 NetworkStats uidSnapshot = null; in testUpdateStats_deviceAccess_notifies() local
338 NetworkStats uidSnapshot = new NetworkStats(TEST_START, 2 /* initialSize */) in testUpdateStats_defaultAccess_notifiesSameUid() local
376 NetworkStats uidSnapshot = new NetworkStats(TEST_START, 2 /* initialSize */) in testUpdateStats_defaultAccess_usageOtherUid_doesNotNotify() local
414 NetworkStats uidSnapshot = new NetworkStats(TEST_START, 2 /* initialSize */) in testUpdateStats_userAccess_usageSameUser_notifies() local
452 NetworkStats uidSnapshot = new NetworkStats(TEST_START, 2 /* initialSize */) 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.java1032 final NetworkStats uidSnapshot = getNetworkStatsUidDetail(); in recordSnapshotLocked() local
1328 final NetworkStats uidSnapshot = mNetworkManager.getNetworkStatsUidDetail(UID_ALL); in getNetworkStatsUidDetail() local