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

Commit 00b6a922 authored by Aishwarya Mallampati's avatar Aishwarya Mallampati
Browse files

Add onRegistrationFailure api in ISatelliteListener

Bug: 343345271
Test: make
Change-Id: Idadd019a47fd8838bb76ff0f58dc9839d3616298
parent 67bd82bd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -187,6 +187,11 @@ public class SatelliteModemInterface {
            mSatelliteSupportedStateChangedRegistrants.notifyResult(supported);
        }

        @Override
        public void onRegistrationFailure(int causeCode) {
            // TO-DO notify registrants
        }

        private boolean notifyResultIfExpectedListener() {
            // Demo listener should notify results only during demo mode
            // Vendor listener should notify result only during real mode