Searched defs:uidSnapshot (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/net/ |
D | NetworkStatsObserversTest.java | 244 NetworkStats uidSnapshot = null; in testUpdateStats_initialSample_doesNotNotify() local 268 NetworkStats uidSnapshot = null; in testUpdateStats_belowThreshold_doesNotNotify() local 298 NetworkStats uidSnapshot = null; in testUpdateStats_deviceAccess_notifies() local 328 NetworkStats uidSnapshot = new NetworkStats(TEST_START, 2 /* initialSize */) in testUpdateStats_defaultAccess_notifiesSameUid() local 361 NetworkStats uidSnapshot = new NetworkStats(TEST_START, 2 /* initialSize */) in testUpdateStats_defaultAccess_usageOtherUid_doesNotNotify() local 393 NetworkStats uidSnapshot = new NetworkStats(TEST_START, 2 /* initialSize */) in testUpdateStats_userAccess_usageSameUser_notifies() local 426 NetworkStats uidSnapshot = new NetworkStats(TEST_START, 2 /* initialSize */) in testUpdateStats_userAccess_usageAnotherUser_doesNotNotify() local
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsObservers.java | 103 public void updateStats(NetworkStats xtSnapshot, NetworkStats uidSnapshot, in updateStats() 431 StatsContext(NetworkStats xtSnapshot, NetworkStats uidSnapshot, in StatsContext()
|
D | NetworkStatsService.java | 1389 final NetworkStats uidSnapshot = getNetworkStatsUidDetail(INTERFACES_ALL); in recordSnapshotLocked() local 1880 final NetworkStats uidSnapshot = readNetworkStatsUidDetail(UID_ALL, ifaces, TAG_ALL); in getNetworkStatsUidDetail() local
|