Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DBpfNetMapsTest.java1097 mBpfNetMaps.getUidsWithDenyRuleOnDenyListChain(FIREWALL_CHAIN_STANDBY)); in testGetUids()
1099 mBpfNetMaps.getUidsWithDenyRuleOnDenyListChain(FIREWALL_CHAIN_OEM_DENY_1)); in testGetUids()
1106 () -> mBpfNetMaps.getUidsWithDenyRuleOnDenyListChain(FIREWALL_CHAIN_DOZABLE)); in testGetUidsIllegalArgument()
DConnectivityServiceTest.java10603 .getUidsWithDenyRuleOnDenyListChain(anyInt());
/packages/modules/Connectivity/service/src/com/android/server/
DBpfNetMaps.java639 public Set<Integer> getUidsWithDenyRuleOnDenyListChain(final int childChain) in getUidsWithDenyRuleOnDenyListChain() method in BpfNetMaps
DConnectivityService.java13957 return mBpfNetMaps.getUidsWithDenyRuleOnDenyListChain(chain);