Searched refs:replyMessage (Results 1 – 3 of 3) sorted by relevance
45 CharSequence replyMessage = null; in onReceive() local47 replyMessage = remoteInputResults.getCharSequence(NotificationUtil.EXTRA_REPLY); in onReceive()49 if (replyMessage != null) { in onReceive()50 message = message + ": \"" + replyMessage + "\""; in onReceive()
79 CharSequence replyMessage = ""; in onStartCommand() local81 replyMessage = remoteInputResults.getCharSequence(EXTRA_REPLY); in onStartCommand()83 processIncoming(replyMessage.toString()); in onStartCommand()
84 Message replyMessage = in mockReply() local91 MockDatabase.saveMessage(context, chat, replyMessage); in mockReply()93 generateMessagingStyleNotification(context, chat, replyMessage); in mockReply()