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

Commit 1b20acf9 authored by Gil Cukierman's avatar Gil Cukierman Committed by Android (Google) Code Review
Browse files

Merge "Add Missing @Override Annotations to New Transparency Methods" into main

parents 9111b072 2ff58b14
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5082,6 +5082,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
    /**
     * {@inheritDoc}
     */
    @Override
    public void setCellularIdentifierTransparencyEnabled(boolean enable, Message result) {
        RadioNetworkProxy networkProxy = getRadioServiceProxy(RadioNetworkProxy.class);
        if (!canMakeRequest(
@@ -5109,6 +5110,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
    /**
     * {@inheritDoc}
     */
    @Override
    public void isCellularIdentifierTransparencyEnabled(Message result) {
        RadioNetworkProxy networkProxy = getRadioServiceProxy(RadioNetworkProxy.class);
        if (!canMakeRequest(