Searched refs:identSet (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/net/ |
H A D | NetworkStatsObserversTest.java | 224 identSet.add(new NetworkIdentity( in makeTestIdentSet() 228 return identSet; in makeTestIdentSet() 242 NetworkIdentitySet identSet = makeTestIdentSet(); in testUpdateStats_initialSample_doesNotNotify() local 243 mActiveIfaces.put(TEST_IFACE, identSet); in testUpdateStats_initialSample_doesNotNotify() 266 NetworkIdentitySet identSet = makeTestIdentSet(); in testUpdateStats_belowThreshold_doesNotNotify() local 267 mActiveIfaces.put(TEST_IFACE, identSet); in testUpdateStats_belowThreshold_doesNotNotify() 297 mActiveIfaces.put(TEST_IFACE, identSet); in testUpdateStats_deviceAccess_notifies() 328 mActiveUidIfaces.put(TEST_IFACE, identSet); in testUpdateStats_defaultAccess_notifiesSameUid() 361 mActiveUidIfaces.put(TEST_IFACE, identSet); in testUpdateStats_defaultAccess_usageOtherUid_doesNotNotify() 393 mActiveUidIfaces.put(TEST_IFACE, identSet); in testUpdateStats_userAccess_usageSameUser_notifies() [all …]
|
H A D | NetworkStatsCollectionTest.java | 215 final NetworkIdentitySet identSet = new NetworkIdentitySet(); in testAccessLevels() local 216 identSet.add(new NetworkIdentity(TYPE_MOBILE, TelephonyManager.NETWORK_TYPE_UNKNOWN, in testAccessLevels() 225 collection.recordData(identSet, myUid, SET_DEFAULT, TAG_NONE, 0, 60 * MINUTE_IN_MILLIS, in testAccessLevels() 230 collection.recordData(identSet, otherUidInSameUser, SET_DEFAULT, TAG_NONE, 0, in testAccessLevels() 235 collection.recordData(identSet, Process.SYSTEM_UID, SET_DEFAULT, TAG_NONE, 0, in testAccessLevels() 240 collection.recordData(identSet, uidInDifferentUser, SET_DEFAULT, TAG_NONE, 0, in testAccessLevels()
|
/aosp12/build/blueprint/bpmodify/ |
H A D | bpmodify.go | 29 targetedModules = new(identSet) 31 addIdents = new(identSet) 32 removeIdents = new(identSet) 391 type identSet struct { struct 396 func (m *identSet) String() string { 400 func (m *identSet) Set(s string) error { 410 func (m *identSet) Get() interface{} {
|
/aosp12/frameworks/base/services/core/java/com/android/server/net/ |
H A D | NetworkStatsCollection.java | 757 private static boolean templateMatches(NetworkTemplate template, NetworkIdentitySet identSet) { in templateMatches() argument 758 for (NetworkIdentity ident : identSet) { in templateMatches()
|