Home
last modified time | relevance | path

Searched refs:getUidsWithAllowRuleOnAllowListChain (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/
DCSDestroySocketTest.kt189 .`when`(bpfNetMaps).getUidsWithAllowRuleOnAllowListChain(FIREWALL_CHAIN_BACKGROUND) in testReplaceFirewallChain()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DBpfNetMapsTest.java1092 mBpfNetMaps.getUidsWithAllowRuleOnAllowListChain(FIREWALL_CHAIN_DOZABLE)); in testGetUids()
1094 mBpfNetMaps.getUidsWithAllowRuleOnAllowListChain(FIREWALL_CHAIN_POWERSAVE)); in testGetUids()
1108 () -> mBpfNetMaps.getUidsWithAllowRuleOnAllowListChain(FIREWALL_CHAIN_OEM_DENY_1)); in testGetUidsIllegalArgument()
DConnectivityServiceTest.java10606 .getUidsWithAllowRuleOnAllowListChain(anyInt());
/packages/modules/Connectivity/service/src/com/android/server/
DBpfNetMaps.java617 public Set<Integer> getUidsWithAllowRuleOnAllowListChain(final int childChain) in getUidsWithAllowRuleOnAllowListChain() method in BpfNetMaps
DConnectivityService.java13955 return mBpfNetMaps.getUidsWithAllowRuleOnAllowListChain(chain);