Searched refs:MSG_ON_SUGGESTED_REPLY_SENT (Results 1 – 1 of 1) sorted by relevance
475 mHandler.obtainMessage(MyHandler.MSG_ON_SUGGESTED_REPLY_SENT, args).sendToTarget(); in onSuggestedReplySent()524 public static final int MSG_ON_SUGGESTED_REPLY_SENT = 6; field in NotificationAssistantService.MyHandler597 case MSG_ON_SUGGESTED_REPLY_SENT: { in handleMessage()