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

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

Merge "[KA05] add startNattKeepaliveWithFd to ConnectivityServiceMock" am:...

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

Change-Id: I9230d72b41dbc5800a670aa9bd7a21bb6e4f7126
parents 5afeaecf d7cbeb0b
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");