Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/net/
DNetworkStatsObserversTest.java115 private ArrayMap<String, NetworkIdentitySet> mActiveIfaces; field in NetworkStatsObserversTest
137 mActiveIfaces = new ArrayMap<>(); in setUp()
250 mActiveIfaces.put(TEST_IFACE, identSet); in testUpdateStats_initialSample_doesNotNotify()
258 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, in testUpdateStats_initialSample_doesNotNotify()
275 mActiveIfaces.put(TEST_IFACE, identSet); in testUpdateStats_belowThreshold_doesNotNotify()
282 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, in testUpdateStats_belowThreshold_doesNotNotify()
289 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, in testUpdateStats_belowThreshold_doesNotNotify()
307 mActiveIfaces.put(TEST_IFACE, identSet); in testUpdateStats_deviceAccess_notifies()
314 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, in testUpdateStats_deviceAccess_notifies()
322 xtSnapshot, uidSnapshot, mActiveIfaces, mActiveUidIfaces, in testUpdateStats_deviceAccess_notifies()
[all …]
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsObservers.java356 mRecorder.recordSnapshotLocked(statsContext.mXtSnapshot, statsContext.mActiveIfaces, in recordSample()
428 ArrayMap<String, NetworkIdentitySet> mActiveIfaces; field in NetworkStatsObservers.StatsContext
439 mActiveIfaces = activeIfaces; in StatsContext()
DNetworkStatsService.java245 private final ArrayMap<String, NetworkIdentitySet> mActiveIfaces = new ArrayMap<>(); field in NetworkStatsService
1108 mActiveIfaces.clear(); in updateIfacesLocked()
1127 findOrCreateNetworkIdentitySet(mActiveIfaces, baseIface).add(ident); in updateIfacesLocked()
1143 findOrCreateNetworkIdentitySet(mActiveIfaces, VT_INTERFACE).add(vtIdent); in updateIfacesLocked()
1210 devSnapshot, mActiveIfaces, null /* vpnArray */, currentTime); in recordSnapshotLocked()
1214 xtSnapshot, mActiveIfaces, null /* vpnArray */, currentTime); in recordSnapshotLocked()
1228 mStatsObservers.updateStats(xtSnapshot, uidSnapshot, new ArrayMap<>(mActiveIfaces), in recordSnapshotLocked()
1498 for (int i = 0; i < mActiveIfaces.size(); i++) { in dump()
1499 pw.printPair("iface", mActiveIfaces.keyAt(i)); in dump()
1500 pw.printPair("ident", mActiveIfaces.valueAt(i)); in dump()
[all …]
/frameworks/base/core/proto/android/service/
Dnetstats.proto46 // Corresponds to NetworkStatsService.mActiveIfaces/mActiveUidIfaces.