Searched refs:mRttChatbot (Results 1 – 1 of 1) sorted by relevance
136 private RttChatbot mRttChatbot; field in TestConnectionService.TestConnection216 mRttChatbot = new RttChatbot(getApplicationContext(), in startOutgoing()218 mRttChatbot.start(); in startOutgoing()238 mRttChatbot = new RttChatbot(getApplicationContext(), in onAnswer()240 mRttChatbot.start(); in onAnswer()288 mRttChatbot.stop(); in onStopRtt()289 mRttChatbot = null; in onStopRtt()296 mRttChatbot = new RttChatbot(getApplicationContext(), rttTextStream); in handleRttUpgradeResponse()297 mRttChatbot.start(); in handleRttUpgradeResponse()307 mRttChatbot = new RttChatbot(getApplicationContext(), textStream); in onStartRtt()[all …]