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

Commit 30f1c201 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Update docs for setUiTtyMode and using Message across IPC

am: b19b2831

Change-Id: I2d45522a198e9e94d02d54004991a9609addda2e
parents a8a43453 b19b2831
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1895,6 +1895,15 @@ public class ImsManager {
    /**
     * Sets the UI TTY mode. This is the preferred TTY mode that the user sets in the call
     * settings screen.
     * @param uiTtyMode TTY Mode, valid options are:
     *         - {@link com.android.internal.telephony.Phone#TTY_MODE_OFF}
     *         - {@link com.android.internal.telephony.Phone#TTY_MODE_FULL}
     *         - {@link com.android.internal.telephony.Phone#TTY_MODE_HCO}
     *         - {@link com.android.internal.telephony.Phone#TTY_MODE_VCO}
     * @param onComplete A Message that will be called by the ImsService when it has completed this
     *           operation or null if not waiting for an async response. The Message must contain a
     *           valid {@link Message#replyTo} {@link android.os.Messenger}, since it will be passed
     *           through Binder to another process.
     */
    public void setUiTTYMode(Context context, int uiTtyMode, Message onComplete)
            throws ImsException {