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

Commit c99c128a authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by android-build-merger
Browse files

Merge "Stub out getConnectionOwnerUid for telephony tests"

am: 780ae8bd

Change-Id: I22497c94fe9ed07244dc4d08a6c25ae575c1331b
parents 1cf30a5f 780ae8bd
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");
    }


}