Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/src/android/net/
DBpfNetMapsUtils.java19 import static android.net.BpfNetMapsConstants.ALLOW_CHAINS;
106 for (int chain : BpfNetMapsConstants.ALLOW_CHAINS) {
162 if (ALLOW_CHAINS.contains(chain) || METERED_ALLOW_CHAINS.contains(chain)) { in isFirewallAllowList()
DBpfNetMapsConstants.java110 public static final List<Integer> ALLOW_CHAINS = List.of( field in BpfNetMapsConstants
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStackBpfNetMapsTest.kt106 BpfNetMapsConstants.ALLOW_CHAINS.size + in testFirewallChainList()
114 BpfNetMapsConstants.ALLOW_CHAINS.contains(it.get(null)) || in testFirewallChainList()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DBpfNetMapsTest.java19 import static android.net.BpfNetMapsConstants.ALLOW_CHAINS;
154 FIREWALL_CHAINS.addAll(ALLOW_CHAINS);