Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java528 coordinator.getForwardingRulesForTesting().get(mIpServer); in testTetheringConfigDisable()
536 coordinator.getForwardingRulesForTesting().put(mIpServer, rules); in testTetheringConfigDisable()
539 rules = coordinator.getForwardingRulesForTesting().get(mIpServer); in testTetheringConfigDisable()
546 rules = coordinator.getForwardingRulesForTesting().get(mIpServer); in testTetheringConfigDisable()
554 rules = coordinator.getForwardingRulesForTesting().get(mIpServer); in testTetheringConfigDisable()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java767 getForwardingRulesForTesting() { in getForwardingRulesForTesting() method in BpfCoordinator