Searched refs:DENY_CHAINS (Results 1 – 4 of 4) sorted by relevance
23 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()
124 public static final List<Integer> DENY_CHAINS = List.of( field in BpfNetMapsConstants
107 BpfNetMapsConstants.DENY_CHAINS.size + in testFirewallChainList()116 BpfNetMapsConstants.DENY_CHAINS.contains(it.get(null)) || in testFirewallChainList()
25 import static android.net.BpfNetMapsConstants.DENY_CHAINS;155 FIREWALL_CHAINS.addAll(DENY_CHAINS);