Home
last modified time | relevance | path

Searched refs:mActiveUidIfaces (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/net/
DNetworkStatsObserversTest.java105 private ArrayMap<String, NetworkIdentitySet> mActiveUidIfaces; field in NetworkStatsObserversTest
127 mActiveUidIfaces = new ArrayMap<>(); in setUp()
247 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_initialSample_doesNotNotify()
270 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_belowThreshold_doesNotNotify()
276 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_belowThreshold_doesNotNotify()
300 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_deviceAccess_notifies()
307 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_deviceAccess_notifies()
324 mActiveUidIfaces.put(TEST_IFACE, identSet); in testUpdateStats_defaultAccess_notifiesSameUid()
332 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_defaultAccess_notifiesSameUid()
340 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, TEST_START); in testUpdateStats_defaultAccess_notifiesSameUid()
[all …]
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsObservers.java397 mRecorder.recordSnapshotLocked(statsContext.mUidSnapshot, statsContext.mActiveUidIfaces, in recordSample()
428 ArrayMap<String, NetworkIdentitySet> mActiveUidIfaces; field in NetworkStatsObservers.StatsContext
438 mActiveUidIfaces = activeUidIfaces; in StatsContext()
DNetworkStatsService.java278 private final ArrayMap<String, NetworkIdentitySet> mActiveUidIfaces = new ArrayMap<>(); field in NetworkStatsService
1265 mActiveUidIfaces.clear(); in updateIfacesLocked()
1289 findOrCreateNetworkIdentitySet(mActiveUidIfaces, baseIface).add(ident); in updateIfacesLocked()
1305 findOrCreateNetworkIdentitySet(mActiveUidIfaces, IFACE_VT).add(vtIdent); in updateIfacesLocked()
1347 findOrCreateNetworkIdentitySet(mActiveUidIfaces, stackedIface).add(ident); in updateIfacesLocked()
1425 mUidRecorder.recordSnapshotLocked(uidSnapshot, mActiveUidIfaces, currentTime); in recordSnapshotLocked()
1428 mUidTagRecorder.recordSnapshotLocked(uidSnapshot, mActiveUidIfaces, currentTime); in recordSnapshotLocked()
1434 new ArrayMap<>(mActiveUidIfaces), currentTime); in recordSnapshotLocked()
1745 for (int i = 0; i < mActiveUidIfaces.size(); i++) { in dump()
1746 pw.printPair("iface", mActiveUidIfaces.keyAt(i)); in dump()
[all …]
/frameworks/base/core/proto/android/service/
Dnetstats.proto46 // Corresponds to NetworkStatsService.mActiveIfaces/mActiveUidIfaces.