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

Commit d7cbeb0b authored by Junyu Lai's avatar Junyu Lai Committed by android-build-merger
Browse files

Merge "[KA05] add startNattKeepaliveWithFd to ConnectivityServiceMock" am: 7d8b2488

am: b6323593

Change-Id: Iebe67f6b2022a3c3c87fd06b996a5c30bc7684b2
parents 5a6e29af b6323593
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -945,6 +945,13 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub
        throw new RuntimeException("not implemented");
    }

    @Override
    public void startNattKeepaliveWithFd(Network network, FileDescriptor fd, int resourceId,
            int intervalSeconds, Messenger messenger,
            IBinder binder, String srcAddr, String dstAddr) {
        throw new RuntimeException("not implemented");
    }

    @Override
    public void stopKeepalive(Network network, int slot) {
        throw new RuntimeException("not implemented");