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

Commit fd19af6a authored by Aishwarya Mallampati's avatar Aishwarya Mallampati Committed by Android (Google) Code Review
Browse files

Merge "Add onRegistrationFailure api in ISatelliteListener" into main

parents fa98986b 05364ce1
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -81,4 +81,12 @@ oneway interface ISatelliteListener {
     * @param supported True means satellite service is supported and false means it is not.
     */
    void onSatelliteSupportedStateChanged(in boolean supported);

    /**
     * Indicates that the satellite registration failed with following failure code
     *
     * @param causeCode the primary failure cause code of the procedure.
     *        For LTE (EMM), cause codes are TS 24.301 Sec 9.9.3.9
     */
    void onRegistrationFailure(in int causeCode);
}