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

Commit 4ddc915c authored by chen xu's avatar chen xu
Browse files

fix build breakage on aosp_pi_dev

Bug: 117349311
Test: N/A
Change-Id: Ic8b022f32e8d5de90d23f8096421d91a940822fa
Merged-in: I2c7235ff3612749cd401ab19077ee118c769d5d0
parent d42d69cb
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -417,4 +417,9 @@ 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");
    }
}