Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java485 coordinator.tetherOffloadRuleClear(mIpServer); in testTetherOffloadRuleUpdateAndClear()
544 coordinator.tetherOffloadRuleClear(mIpServer); in testTetheringConfigDisable()
/frameworks/base/packages/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java821 verify(mBpfCoordinator, times(2)).tetherOffloadRuleClear(mIpServer); in addRemoveipv6ForwardingRules()
831 verify(mBpfCoordinator).tetherOffloadRuleClear(mIpServer); in addRemoveipv6ForwardingRules()
848 verify(mBpfCoordinator).tetherOffloadRuleClear(mIpServer); in addRemoveipv6ForwardingRules()
866 verify(mBpfCoordinator).tetherOffloadRuleClear(mIpServer); in addRemoveipv6ForwardingRules()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java326 public void tetherOffloadRuleClear(@NonNull final IpServer ipServer) { in tetherOffloadRuleClear() method in BpfCoordinator
/frameworks/base/packages/Tethering/src/android/net/ip/
DIpServer.java866 mBpfCoordinator.tetherOffloadRuleClear(this); in clearIpv6ForwardingRules()