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

  /packages/apps/Dialer/java/com/android/incallui/rtt/protocol/
Constants.java 23 String BUBBLE_BREAKER = "\n\n";
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
RttChatBot.java 105 if (Constants.BUBBLE_BREAKER.equals(message)) {
136 return Constants.BUBBLE_BREAKER;
  /packages/apps/Dialer/java/com/android/incallui/rtt/impl/
RttChatMessage.java 31 private static final Splitter SPLITTER = Splitter.on(Constants.BUBBLE_BREAKER);
102 if (splitText.hasNext() || text.endsWith(Constants.BUBBLE_BREAKER)) {
RttChatFragment.java 171 rttCallScreenDelegate.onLocalMessage(Constants.BUBBLE_BREAKER);

Completed in 653 milliseconds