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

Commit cc8a5a7e authored by junyulai's avatar junyulai
Browse files

[KA05] add startNattKeepaliveWithFd to ConnectivityServiceMock

Bug: 114151147
Test: atest -bi FrameworksTelephonyTests
Change-Id: I2d20fe650d7670127c6e9bf94e70c337fe6b5c87
parent ff037c4c
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");