Searched refs:SEND_MESSAGE (Results 1 – 1 of 1) sorted by relevance
42 private static final int SEND_MESSAGE = 2; field in RttChatBot96 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()