Searched refs:SEND_MESSAGE (Results 1 – 4 of 4) 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()
1524 public static final String SEND_MESSAGE = "send_message"; field in UIProvider.AccountCallMethods
2599 UIProvider.AccountCallMethods.SEND_MESSAGE; in sendOrSaveMessage()
2292 if (TextUtils.equals(method, UIProvider.AccountCallMethods.SEND_MESSAGE)) { in call()