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

Commit 072f14af authored by Robin Lee's avatar Robin Lee Committed by Android (Google) Code Review
Browse files

Merge "Track ConnectivityService hidden API in mock" into nyc-dev

parents 98510b97 511b719a
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");
    }