Searched refs:remoteInputResults (Results 1 – 2 of 2) sorted by relevance
44 Bundle remoteInputResults = RemoteInput.getResultsFromIntent(intent); in onReceive() local46 if (remoteInputResults != null) { in onReceive()47 replyMessage = remoteInputResults.getCharSequence(NotificationUtil.EXTRA_REPLY); in onReceive()
78 Bundle remoteInputResults = RemoteInput.getResultsFromIntent(intent); in onStartCommand() local80 if (remoteInputResults != null) { in onStartCommand()81 replyMessage = remoteInputResults.getCharSequence(EXTRA_REPLY); in onStartCommand()