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.java304 public void onStartRtt(RttTextStream textStream) { in onStartRtt() argument
308 mRttChatbot = new RttChatbot(getApplicationContext(), textStream); in onStartRtt()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1034 public void onStartRtt(RttTextStream textStream) { in onStartRtt() argument
1038 originalConnection.setCurrentRttTextStream(textStream); in onStartRtt()
1040 originalConnection.startRtt(textStream); in onStartRtt()
1062 public void handleRttUpgradeResponse(RttTextStream textStream) { in handleRttUpgradeResponse() argument
1068 originalConnection.sendRttModifyResponse(textStream); in handleRttUpgradeResponse()