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

Commit 333590be authored by Chen Xu's avatar Chen Xu
Browse files

Revert "fix build breakage on aosp_pi_dev"

This reverts commit 4ddc915c.

Reason for revert: <INSERT REASONING HERE>

Change-Id: Idc88519d8b2e91152d4d63d73fbcaabdc0a3e213
parent 4ddc915c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -417,9 +417,4 @@ public class TelephonyRegistryMock extends ITelephonyRegistry.Stub {
    public void notifyRadioPowerStateChanged(int state) {
        throw new RuntimeException("Not implemented");
    }

    @Override
    public void notifyRadioPowerStateChanged(int subId) {
        throw new RuntimeException("Not implemented");
    }
}