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

Commit ef378a0d authored by Hall Liu's avatar Hall Liu Committed by Automerger Merge Worker
Browse files

Merge "Update docs for RttCall#write" am: 730f3532

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1480257

Change-Id: I117bf87f9f0ee5a96e6a5f3826b584de8b03f6d5
parents 0ebc70d8 730f3532
Loading
Loading
Loading
Loading
+5 −2
Original line number Original line Diff line number Diff line
@@ -1468,8 +1468,11 @@ public final class Call {


        /**
        /**
         * Writes the string {@param input} into the outgoing text stream for this RTT call. Since
         * Writes the string {@param input} into the outgoing text stream for this RTT call. Since
         * RTT transmits text in real-time, this method should be called once for each character
         * RTT transmits text in real-time, this method should be called once for each user action.
         * the user enters into the device.
         * For example, when the user enters text as discrete characters using the keyboard, this
         * method should be called once for each character. However, if the user enters text by
         * pasting or autocomplete, the entire contents of the pasted or autocompleted text should
         * be sent in one call to this method.
         *
         *
         * This method is not thread-safe -- calling it from multiple threads simultaneously may
         * This method is not thread-safe -- calling it from multiple threads simultaneously may
         * lead to interleaved text.
         * lead to interleaved text.