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

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

Merge "[KA05] add startNattKeepaliveWithFd to ConnectivityServiceMock"

am: 7d8b2488

Change-Id: I5cc2b77dd2553e826271282a9f56b5adcdd4720b
parents 1ce54613 7d8b2488
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");