Home
last modified time | relevance | path

Searched refs:remoteInput (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DNoConfirmationSmsSendService.java137 final Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getText() local
138 if (remoteInput != null) { in getText()
139 final CharSequence extra = remoteInput.getCharSequence(textType); in getText()
DBugleNotifications.java910 final RemoteInput remoteInput = new RemoteInput.Builder(Intent.EXTRA_TEXT).setLabel( in addWearableVoiceReplyAction() local
914 actionBuilder.addRemoteInput(remoteInput); in addWearableVoiceReplyAction()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java626 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in finishCreate() local
628 if (remoteInput != null) { in finishCreate()
630 CharSequence input = remoteInput.getCharSequence( in finishCreate()