Searched refs:remoteInput (Results 1 – 9 of 9) sorted by relevance
90 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local98 .addRemoteInput(remoteInput) in apply()112 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local122 .addRemoteInput(remoteInput) in apply()144 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply() local153 .addRemoteInput(remoteInput) in apply()
69 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessageText() local70 if (remoteInput != null) { in getMessageText()71 return remoteInput.getCharSequence( in getMessageText()
97 RemoteInput remoteInput = new RemoteInput.Builder(EXTRA_REMOTE_REPLY) in sendNotificationForConversation() local110 .addRemoteInput(remoteInput) in sendNotificationForConversation()119 .setReplyAction(replyIntent, remoteInput); in sendNotificationForConversation()
122 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local123 if (remoteInput != null) { in getMessage()124 return remoteInput.getCharSequence(EXTRA_COMMENT); in getMessage()170 RemoteInput remoteInput = in recreateBuilderWithBigPictureStyle() local192 .addRemoteInput(remoteInput) in recreateBuilderWithBigPictureStyle()
131 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local132 if (remoteInput != null) { in getMessage()133 return remoteInput.getCharSequence(EXTRA_REPLY); in getMessage()201 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in recreateBuilderWithMessagingStyle() local221 .addRemoteInput(remoteInput) in recreateBuilderWithMessagingStyle()
122 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local123 if (remoteInput != null) { in getMessage()124 return remoteInput.getCharSequence(EXTRA_COMMENT); in getMessage()173 RemoteInput remoteInput = in recreateBuilderWithBigPictureStyle() local195 .addRemoteInput(remoteInput) in recreateBuilderWithBigPictureStyle()
133 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getMessage() local134 if (remoteInput != null) { in getMessage()135 return remoteInput.getCharSequence(EXTRA_REPLY); in getMessage()207 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in recreateBuilderWithMessagingStyle() local227 .addRemoteInput(remoteInput) in recreateBuilderWithMessagingStyle()
380 RemoteInput remoteInput = in generateBigPictureStyleNotification() local404 .addRemoteInput(remoteInput) in generateBigPictureStyleNotification()638 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification() local659 .addRemoteInput(remoteInput) in generateMessagingStyleNotification()
406 RemoteInput remoteInput = in generateBigPictureStyleNotification() local432 .addRemoteInput(remoteInput) in generateBigPictureStyleNotification()725 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification() local748 .addRemoteInput(remoteInput) in generateMessagingStyleNotification()