Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/src/android/net/
DBpfNetMapsUtils.java23 import static android.net.BpfNetMapsConstants.DENY_CHAINS;
110 for (int chain : BpfNetMapsConstants.DENY_CHAINS) {
164 } else if (DENY_CHAINS.contains(chain) || METERED_DENY_CHAINS.contains(chain)) { in isFirewallAllowList()
DBpfNetMapsConstants.java124 public static final List<Integer> DENY_CHAINS = List.of( field in BpfNetMapsConstants
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStackBpfNetMapsTest.kt107 BpfNetMapsConstants.DENY_CHAINS.size + in testFirewallChainList()
116 BpfNetMapsConstants.DENY_CHAINS.contains(it.get(null)) || in testFirewallChainList()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DBpfNetMapsTest.java25 import static android.net.BpfNetMapsConstants.DENY_CHAINS;
155 FIREWALL_CHAINS.addAll(DENY_CHAINS);