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

Commit 1795b863 authored by Wink Saville's avatar Wink Saville
Browse files

Fix documenation IMS registration state.

Bug: 11599127
Change-Id: Id0016bca45ea84983c9280f55b0b1ccdcececc03
parent 38c4118a
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -110,14 +110,12 @@ public interface CommandsInterface {
    RadioState getRadioState();

    /**
     * response.obj.result is an int[3]
     * response.obj.result is an int[2]
     *
     * response.obj.result[0] is IMS registration state
     *                        0 - Not registered
     *                        1 - Registered
     * response.obj.result[1] is bitmap of supported services
     *                        & 0x1 - SMS supported
     * response.obj.result[2 ] is of type RILConstants.GSM_PHONE or
     * response.obj.result[1] is of type RILConstants.GSM_PHONE or
     *                                    RILConstants.CDMA_PHONE
     */
    void getImsRegistrationState(Message result);