Home
last modified time | relevance | path

Searched refs:SEND_MESSAGE (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DRttChatBot.java42 private static final int SEND_MESSAGE = 2; field in RttChatBot
96 sendMessage(obtainMessage(SEND_MESSAGE, nextTyping())); in handleMessage()
98 case SEND_MESSAGE: in handleMessage()
108 obtainMessage(SEND_MESSAGE, nextTyping()), 1000 * (1 + random.nextInt(10))); in handleMessage()
111 sendMessageDelayed(obtainMessage(SEND_MESSAGE, nextTyping()), 200 * random.nextInt(10)); in handleMessage()