Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b56024d4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge changes I2292c1cb,I8f60c137 into rvc-dev am: 1115ecda

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11907887

Change-Id: Ifacd13ca8fc146c1a3f01ddf38dc9aed7678f08f
parents 6713cdcb 1115ecda
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -860,6 +860,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();
    }