Searched refs:textStream (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsRttTextHandler.java72 public InCallReaderThread(Connection.RttTextStream textStream) { argument
73 mReaderThreadRttTextStream = textStream;
H A DImsPhoneConnection.java975 public void sendRttModifyRequest(android.telecom.Connection.RttTextStream textStream) { argument
977 setCurrentRttTextStream(textStream);
983 * @param textStream A valid {@link android.telecom.Connection.RttTextStream} if the user
986 public void sendRttModifyResponse(android.telecom.Connection.RttTextStream textStream) { argument
987 boolean accept = textStream != null;
992 setCurrentRttTextStream(textStream);

Completed in 50 milliseconds