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

Commit 05364ce1 authored by Aishwarya Mallampati's avatar Aishwarya Mallampati
Browse files

Add onRegistrationFailure api in ISatelliteListener

Bug: 343345271
Test: make
Change-Id: Ief6833ca008c6157a95253d80d26ec9e668e1b63
parent ee26b7f5
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);
}