Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DBpfNetMapsTest.java272 private void doTestSetChildChain(final List<Integer> testChains) throws Exception { in doTestSetChildChain() method in BpfNetMapsTest
291 private void doTestSetChildChain(final int testChain) throws Exception { in doTestSetChildChain() method in BpfNetMapsTest
292 doTestSetChildChain(List.of(testChain)); in doTestSetChildChain()
299 doTestSetChildChain(FIREWALL_CHAIN_DOZABLE); in testSetChildChain()
300 doTestSetChildChain(FIREWALL_CHAIN_STANDBY); in testSetChildChain()
301 doTestSetChildChain(FIREWALL_CHAIN_POWERSAVE); in testSetChildChain()
302 doTestSetChildChain(FIREWALL_CHAIN_RESTRICTED); in testSetChildChain()
303 doTestSetChildChain(FIREWALL_CHAIN_LOW_POWER_STANDBY); in testSetChildChain()
304 doTestSetChildChain(FIREWALL_CHAIN_OEM_DENY_1); in testSetChildChain()
305 doTestSetChildChain(FIREWALL_CHAIN_OEM_DENY_2); in testSetChildChain()
[all …]