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

Commit 780ae8bd authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by Gerrit Code Review
Browse files

Merge "Stub out getConnectionOwnerUid for telephony tests"

parents 5214720c e5b721ee
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ import android.annotation.Nullable;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectionInfo;
import android.net.ConnectivityManager;
import android.net.IConnectivityManager;
import android.net.LinkProperties;
@@ -985,5 +986,10 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub
        defaultRequest = null;
    }

    @Override
    public int getConnectionOwnerUid(ConnectionInfo connectionInfo) {
        throw new RuntimeException("not implemented");
    }


}