Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DBpfNetMapsTest.java152 private static final List<Integer> FIREWALL_CHAINS = new ArrayList<>(); field in BpfNetMapsTest
154 FIREWALL_CHAINS.addAll(ALLOW_CHAINS);
155 FIREWALL_CHAINS.addAll(DENY_CHAINS);
214 for (final int chain: FIREWALL_CHAINS) { in doTestIsChainEnabled()
254 doTestIsChainEnabled(FIREWALL_CHAINS); in testIsChainEnabledMultipleChainEnabled()
321 doTestSetChildChain(FIREWALL_CHAINS); in testSetChildChainMultipleChain()
552 doTestSetUidRule(FIREWALL_CHAINS); in testSetUidRuleMultipleChain()
593 for (final int chain: FIREWALL_CHAINS) { in doTestGetUidRule()
635 doTestGetUidRule(FIREWALL_CHAINS); in testGetUidRuleMultipleChainEnabled()
642 for (final int chain: FIREWALL_CHAINS) { in testGetUidRuleNoEntry()