Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DRttChatbot.java106 public RttChatbot(Context context, Connection.RttTextStream textStream) { in RttChatbot() argument
108 mRttTextStream = textStream; in RttChatbot()
DTestConnectionService.java303 public void onStartRtt(RttTextStream textStream) { in onStartRtt() argument
307 mRttChatbot = new RttChatbot(getApplicationContext(), textStream); in onStartRtt()
/packages/services/Telephony/src/com/android/services/telephony/
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()