Searched refs:replyCharSequence (Results 1 – 2 of 2) sorted by relevance
71 private void handleActionReply(CharSequence replyCharSequence) { in handleActionReply() argument72 Log.d(TAG, "handleActionReply(): " + replyCharSequence); in handleActionReply()74 if (replyCharSequence != null) { in handleActionReply()115 messagingStyle.addMessage(replyCharSequence, System.currentTimeMillis(), null); in handleActionReply()
69 private void handleActionReply(CharSequence replyCharSequence) { in handleActionReply() argument70 Log.d(TAG, "handleActionReply(): " + replyCharSequence); in handleActionReply()72 if (replyCharSequence != null) { in handleActionReply()113 messagingStyle.addMessage(replyCharSequence, System.currentTimeMillis(), null); in handleActionReply()