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()
1174 public void onStartRtt(RttTextStream textStream) { in onStartRtt() argument1178 originalConnection.setCurrentRttTextStream(textStream); in onStartRtt()1180 originalConnection.startRtt(textStream); in onStartRtt()1260 public void handleRttUpgradeResponse(RttTextStream textStream) { in handleRttUpgradeResponse() argument1266 originalConnection.sendRttModifyResponse(textStream); in handleRttUpgradeResponse()