Searched refs:replyMessage (Results 1 – 2 of 2) 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()