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

Commit 7de64605 authored by Nikhil Kumar's avatar Nikhil Kumar Committed by Android (Google) Code Review
Browse files

Merge "Remove getUserId mock method from Mock Context." into main

parents 511030f6 caa341ae
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -822,12 +822,6 @@ public class MockContext extends Context {
        throw new UnsupportedOperationException();
    }

    /** {@hide} */
    @Override
    public int getUserId() {
        throw new UnsupportedOperationException();
    }

    @Override
    public Context createConfigurationContext(Configuration overrideConfiguration) {
        throw new UnsupportedOperationException();