Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java1011 coordinator.getForwardingRulesForTesting().get(mIpServer); in checkBpfDisabled()
1019 coordinator.getForwardingRulesForTesting().put(mIpServer, rules); in checkBpfDisabled()
1022 rules = coordinator.getForwardingRulesForTesting().get(mIpServer); in checkBpfDisabled()
1029 rules = coordinator.getForwardingRulesForTesting().get(mIpServer); in checkBpfDisabled()
1037 rules = coordinator.getForwardingRulesForTesting().get(mIpServer); in checkBpfDisabled()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java1955 getForwardingRulesForTesting() { in getForwardingRulesForTesting() method in BpfCoordinator