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

Commit 66b85a0e authored by Jean Chalard's avatar Jean Chalard Committed by android-build-merger
Browse files

Merge "Updating mock for ConnectivityService" am: ad7d7394

am: 4b9ef662

Change-Id: I97a364ed4e8c8065051d08fa0629b8794c14d08c
parents becb42c1 4b9ef662
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -574,7 +574,7 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub
    }

    @Override
    public boolean isTetheringSupported() {
    public boolean isTetheringSupported(String callerPkg) {
        throw new RuntimeException("not implemented");
    }