Home
last modified time | relevance | path

Searched refs:textStream (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DRttChatbot.java106 public RttChatbot(Context context, Connection.RttTextStream textStream) { in RttChatbot() argument
108 mRttTextStream = textStream; in RttChatbot()
H A DTestConnectionService.java303 public void onStartRtt(RttTextStream textStream) { in onStartRtt() argument
307 mRttChatbot = new RttChatbot(getApplicationContext(), textStream); in onStartRtt()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsRttTextHandler.java73 public InCallReaderThread(Connection.RttTextStream textStream) { in InCallReaderThread() argument
74 mReaderThreadRttTextStream = textStream; in InCallReaderThread()
H A DImsPhoneConnection.java1160 public void startRtt(android.telecom.Connection.RttTextStream textStream) { in startRtt() argument
1164 setCurrentRttTextStream(textStream); in startRtt()
1181 public void sendRttModifyResponse(android.telecom.Connection.RttTextStream textStream) { in sendRttModifyResponse() argument
1182 boolean accept = textStream != null; in sendRttModifyResponse()
1188 setCurrentRttTextStream(textStream); in sendRttModifyResponse()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java1174 public void onStartRtt(RttTextStream textStream) { in onStartRtt() argument
1178 originalConnection.setCurrentRttTextStream(textStream); in onStartRtt()
1180 originalConnection.startRtt(textStream); in onStartRtt()
1260 public void handleRttUpgradeResponse(RttTextStream textStream) { in handleRttUpgradeResponse() argument
1266 originalConnection.sendRttModifyResponse(textStream); in handleRttUpgradeResponse()