Loading packages/Tethering/tests/unit/src/android/net/ip/IpServerTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -859,6 +859,7 @@ public class IpServerTest { verify(mBpfCoordinator).tetherOffloadRuleClear(mIpServer); verify(mNetd).tetherOffloadRuleRemove(matches(UPSTREAM_IFINDEX, neighA, macA)); verify(mNetd).tetherOffloadRuleRemove(matches(UPSTREAM_IFINDEX, neighB, macB)); verify(mIpNeighborMonitor).stop(); resetNetdAndBpfCoordinator(); } Loading Loading
packages/Tethering/tests/unit/src/android/net/ip/IpServerTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -859,6 +859,7 @@ public class IpServerTest { verify(mBpfCoordinator).tetherOffloadRuleClear(mIpServer); verify(mNetd).tetherOffloadRuleRemove(matches(UPSTREAM_IFINDEX, neighA, macA)); verify(mNetd).tetherOffloadRuleRemove(matches(UPSTREAM_IFINDEX, neighB, macB)); verify(mIpNeighborMonitor).stop(); resetNetdAndBpfCoordinator(); } Loading