History log of /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ImsRttTextHandlerTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9ed21a8776f94091ffda14778a9fe52674814a22 26-Jan-2018 Brad Ebinger <breadley@google.com> Adds compat layer for older devices when IMS binding

Modifies the ImsResolver to support binding to older
IMS implementations that use the ServiceManager
to expose IMS implementation.

Bug: 63987047
Test: Telephony Unit Tests
Change-Id: I4d7ccbad9f4aed310af92f4832e51ec6bbeec27d
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ImsRttTextHandlerTest.java
c2d4cafae266d7d71d02c935a4015645c50566d4 23-Dec-2017 Hall Liu <hallliu@google.com> De-flake ImsRttHandlerTest

Add some better threading control to testSendEnoughChars to prevent a
race condition

Test: run unit test 200 times
Change-Id: Ic4610dfa919a78441c929b0c2ebc0847782575c2
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ImsRttTextHandlerTest.java
cbf05358d93e57c89f2ac13030c1ebe47d31a9e6 02-May-2017 Hall Liu <hallliu@google.com> Fix Rtt text handler test

Add proper wait for the receiver thread to consume the sent text

Test: ran test
Change-Id: Ic49ec4d6451c9681bfaa8ea2a5c90ecf40715275
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ImsRttTextHandlerTest.java
fa88fc1de20ddb819975d78c98e4c0d6b27e225a 22-Mar-2017 Hall Liu <hallliu@google.com> Pipe through RTT signaling to IMS

Add plumbing to transmit RTT signaling to the IMS layer. Also add a
thread for reading/writing to the RttTextStream for communication
with the in-call app. Also implement batching and throttling to
ensure proper text throughput rates.

Bug: 34203619
Test: unit tests added
Change-Id: Icbc05130778449a3447bbad19ad0a3ebb6389a53
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ImsRttTextHandlerTest.java