HomeSort by relevance Sort by last modified time
    Searched refs:RttChatbot (Results 1 - 2 of 2) sorted by null

  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
RttChatbot.java 35 public class RttChatbot {
36 private static final String LOG_TAG = RttChatbot.class.getSimpleName();
106 public RttChatbot(Context context, Connection.RttTextStream textStream) {
TestConnectionService.java 141 private RttChatbot mRttChatbot;
212 mRttChatbot = new RttChatbot(getApplicationContext(),
234 mRttChatbot = new RttChatbot(getApplicationContext(),
292 mRttChatbot = new RttChatbot(getApplicationContext(), rttTextStream);
303 mRttChatbot = new RttChatbot(getApplicationContext(), textStream);

Completed in 192 milliseconds