Searched refs:textStream (Results 1 – 3 of 3) sorted by relevance
106 public RttChatbot(Context context, Connection.RttTextStream textStream) { in RttChatbot() argument108 mRttTextStream = textStream; in RttChatbot()
303 public void onStartRtt(RttTextStream textStream) { in onStartRtt() argument307 mRttChatbot = new RttChatbot(getApplicationContext(), textStream); in onStartRtt()
1197 public void onStartRtt(RttTextStream textStream) { in onStartRtt() argument1201 originalConnection.setCurrentRttTextStream(textStream); in onStartRtt()1203 originalConnection.startRtt(textStream); in onStartRtt()1283 public void handleRttUpgradeResponse(RttTextStream textStream) { in handleRttUpgradeResponse() argument1289 originalConnection.sendRttModifyResponse(textStream); in handleRttUpgradeResponse()