Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputViewController.kt59 var remoteInput: RemoteInput? in <lambda>() variable
89 remoteInput = other.remoteInput in <lambda>()
129 override var remoteInput: RemoteInput? = null in onSendRemoteInput() variable in com.android.systemui.statusbar.policy.RemoteInputViewControllerImpl
148 remoteInput?.let { in onSendRemoteInput()
182 remoteInput = input in onSendRemoteInput()
212 val remoteInput = remoteInput ?: run { in onSendRemoteInput() constant
220 val intent = prepareRemoteInput(remoteInput) in onSendRemoteInput()
279 private fun prepareRemoteInput(remoteInput: RemoteInput): Intent = in onSendRemoteInput()
281 prepareRemoteInputFromText(remoteInput) in onSendRemoteInput()
283 remoteInput, in onSendRemoteInput()
[all …]
DSmartReplyStateInflater.kt477 smartReplies.remoteInput.editChoicesBeforeSending) in inflateReplyButton()
481 arrayOf(smartReplies.remoteInput), in inflateReplyButton()
482 smartReplies.remoteInput, in inflateReplyButton()
510 results.putString(smartReplies.remoteInput.resultKey, choice.toString()) in inflateReplyButton()
512 RemoteInput.addResultsToIntent(arrayOf(smartReplies.remoteInput), intent, results) in inflateReplyButton()
DSmartReplyView.java817 public final RemoteInput remoteInput; field in SmartReplyView.SmartReplies
824 public SmartReplies(@NonNull List<CharSequence> choices, @NonNull RemoteInput remoteInput, in SmartReplies() argument
827 this.remoteInput = remoteInput; in SmartReplies()
/frameworks/base/core/java/android/app/
DRemoteInput.java456 for (RemoteInput remoteInput : remoteInputs) { in addResultsToIntent()
457 Object result = results.get(remoteInput.getResultKey()); in addResultsToIntent()
459 resultsBundle.putCharSequence(remoteInput.getResultKey(), (CharSequence) result); in addResultsToIntent()
478 public static void addDataResultToIntent(RemoteInput remoteInput, Intent intent, in addDataResultToIntent() argument
495 resultsBundle.putString(remoteInput.getResultKey(), uri.toString()); in addDataResultToIntent()
DNotification.java2110 public Builder addRemoteInput(RemoteInput remoteInput) { in addRemoteInput() argument
2114 mRemoteInputs.add(remoteInput); in addRemoteInput()
4283 for (RemoteInput remoteInput : action.getRemoteInputs()) { in findRemoteInputActionPair()
4284 if (remoteInput.getAllowFreeFormInput() || !requiresFreeform) { in findRemoteInputActionPair()
4285 resultRemoteInput = remoteInput; in findRemoteInputActionPair()
12808 UnreadConversation(String[] messages, RemoteInput remoteInput, in UnreadConversation() argument
12812 mRemoteInput = remoteInput; in UnreadConversation()
12926 RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT, RemoteInput.class); in getUnreadConversationFromBundle() local
12934 remoteInput, in getUnreadConversationFromBundle()
12986 PendingIntent pendingIntent, RemoteInput remoteInput) { in setReplyAction() argument
[all …]
/frameworks/base/core/java/android/app/slice/
DSlice.java458 public Slice.Builder addRemoteInput(RemoteInput remoteInput, in addRemoteInput() argument
461 Objects.requireNonNull(remoteInput); in addRemoteInput()
462 mItems.add(new SliceItem(remoteInput, SliceItem.FORMAT_REMOTE_INPUT, in addRemoteInput()
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DNotificationTest.java148 RemoteInput remoteInput = new RemoteInput.Builder(REPLY_INPUT_KEY) in postMessagingNotification() local
154 .addRemoteInput(remoteInput) in postMessagingNotification()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java1624 RemoteInput remoteInput = new RemoteInput.Builder("a").build(); in testFreeformRemoteInputActionPair_hasRemoteInput() local
1628 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_hasRemoteInput()
1629 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_hasRemoteInput()
1645 Assert.assertEquals(remoteInput, remoteInputActionPair.first); in testFreeformRemoteInputActionPair_hasRemoteInput()
1670 RemoteInput remoteInput = in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() local
1677 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()
1683 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java364 private int getExtraRemoteInputHeight(RemoteInputView remoteInput) { in getExtraRemoteInputHeight() argument
365 if (remoteInput != null && (remoteInput.isActive() || remoteInput.isSending())) { in getExtraRemoteInputHeight()
1627 smartReplies.remoteInput.getEditChoicesBeforeSending());
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1222 RemoteInput remoteInput = new RemoteInput.Builder("reply_key").setLabel("reply").build(); in getMessageStyleNotifBuilder() local
1225 mutable ? mActivityIntent : mActivityIntentImmutable).addRemoteInput(remoteInput) in getMessageStyleNotifBuilder()
11853 RemoteInput remoteInput = new RemoteInput.Builder("reply_key").setLabel("reply").build();
11856 mActivityIntentImmutable).addRemoteInput(remoteInput)
11880 RemoteInput remoteInput = new RemoteInput.Builder("reply_key").setLabel("reply").build();
11883 mActivityIntent).addRemoteInput(remoteInput)
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...