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

Commit 511b719a authored by Robin Lee's avatar Robin Lee
Browse files

Track ConnectivityService hidden API in mock

Bug: 27074270
Change-Id: Ifd94e9a2060f540044dfda67931635eff5899f6b
parent 542e6616
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -492,6 +492,11 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub
        throw new RuntimeException("not implemented");
    }

    @Override
    public Network getActiveNetworkForUid(int uid) {
        throw new RuntimeException("not implemented");
    }

    public NetworkInfo getActiveNetworkInfoUnfiltered() {
        throw new RuntimeException("not implemented");
    }