Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java1515 coordinator.getIpv6DownstreamRulesForTesting().get(mIpServer); in checkBpfDisabled()
1523 coordinator.getIpv6DownstreamRulesForTesting().put(mIpServer, rules); in checkBpfDisabled()
1526 rules = coordinator.getIpv6DownstreamRulesForTesting().get(mIpServer); in checkBpfDisabled()
1533 rules = coordinator.getIpv6DownstreamRulesForTesting().get(mIpServer); in checkBpfDisabled()
1542 rules = coordinator.getIpv6DownstreamRulesForTesting().get(mIpServer); in checkBpfDisabled()
2752 ipv6DownstreamRules = coordinator.getIpv6DownstreamRulesForTesting(); in testDumpDoesNotCrash()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java2589 getIpv6DownstreamRulesForTesting() { in getIpv6DownstreamRulesForTesting() method in BpfCoordinator