Home
last modified time | relevance | path

Searched defs:remoteInput (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DNotificationUtils.java76 RemoteInput remoteInput = new RemoteInput.Builder(KEY_REPLY) in sendDirectReplyNotification() local
97 final Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in onReceiveDirectReply() local
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DNoConfirmationSmsSendService.java137 final Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in getText() local
DBugleNotifications.java910 final RemoteInput remoteInput = new RemoteInput.Builder(Intent.EXTRA_TEXT).setLabel( in addWearableVoiceReplyAction() local
/packages/apps/Car/libs/car-assist-lib/src/com/android/car/assist/payloadhandlers/
DNotificationPayloadHandler.java166 RemoteInput remoteInput = remoteInputs[0]; in writeReply() local
/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DSmartActionsHelperTest.java466 RemoteInput remoteInput = new RemoteInput.Builder("result") in createReplyAction() local
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java646 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); in finishCreate() local