Loading telephony/java/android/telephony/satellite/stub/ISatelliteListener.aidl +8 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading
telephony/java/android/telephony/satellite/stub/ISatelliteListener.aidl +8 −0 Original line number Diff line number Diff line Loading @@ -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); }