Home
last modified time | relevance | path

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

/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.java1720 public Builder addRemoteInput(RemoteInput remoteInput) { in addRemoteInput() argument
1724 mRemoteInputs.add(remoteInput); in addRemoteInput()
3374 for (RemoteInput remoteInput : action.getRemoteInputs()) { in findRemoteInputActionPair()
3375 if (remoteInput.getAllowFreeFormInput() || !requiresFreeform) { in findRemoteInputActionPair()
3376 resultRemoteInput = remoteInput; in findRemoteInputActionPair()
10421 UnreadConversation(String[] messages, RemoteInput remoteInput, in UnreadConversation() argument
10425 mRemoteInput = remoteInput; in UnreadConversation()
10538 RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT); in getUnreadConversationFromBundle() local
10546 remoteInput, in getUnreadConversationFromBundle()
10598 PendingIntent pendingIntent, RemoteInput remoteInput) { in setReplyAction() argument
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java222 if (smartReplies.remoteInput != null && smartReplies.pendingIntent != null) { in inflateRepliesFromRemoteInput()
276 smartReplies.remoteInput.getEditChoicesBeforeSending())) { in inflateReplyButton()
280 new RemoteInput[] { smartReplies.remoteInput }, smartReplies.remoteInput, in inflateReplyButton()
289 results.putString(smartReplies.remoteInput.getResultKey(), choice.toString()); in inflateReplyButton()
291 RemoteInput.addResultsToIntent(new RemoteInput[] { smartReplies.remoteInput }, intent, in inflateReplyButton()
948 public final RemoteInput remoteInput; field in SmartReplyView.SmartReplies
955 public SmartReplies(List<CharSequence> choices, RemoteInput remoteInput, in SmartReplies() argument
958 this.remoteInput = remoteInput; in SmartReplies()
DRemoteInputView.java324 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput, in setRemoteInput() argument
327 mRemoteInput = remoteInput; in setRemoteInput()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java478 RemoteInput remoteInput = new RemoteInput.Builder("a").build(); in testFreeformRemoteInputActionPair_hasRemoteInput() local
482 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_hasRemoteInput()
483 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_hasRemoteInput()
499 assertEquals(remoteInput, remoteInputActionPair.first); in testFreeformRemoteInputActionPair_hasRemoteInput()
522 RemoteInput remoteInput = in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() local
529 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()
535 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()
DNotificationManagerServiceTest.java714 RemoteInput remoteInput = new RemoteInput.Builder("reply_key").setLabel("reply").build(); in getMessageStyleNotifBuilder() local
718 inputIntent).addRemoteInput(remoteInput) in getMessageStyleNotifBuilder()
/frameworks/base/core/java/android/app/slice/
DSlice.java480 public Slice.Builder addRemoteInput(RemoteInput remoteInput, in addRemoteInput() argument
483 Objects.requireNonNull(remoteInput); in addRemoteInput()
484 mItems.add(new SliceItem(remoteInput, SliceItem.FORMAT_REMOTE_INPUT, in addRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java386 final boolean remoteInput = Settings.Secure.getIntForUser(mContext.getContentResolver(), in updateLockscreenNotificationSetting()
393 setLockscreenAllowRemoteInput(remoteInput && remoteInputDpm); in updateLockscreenNotificationSetting()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java309 private int getExtraRemoteInputHeight(RemoteInputView remoteInput) { in getExtraRemoteInputHeight() argument
310 if (remoteInput != null && (remoteInput.isActive() || remoteInput.isSending())) { in getExtraRemoteInputHeight()
1418 smartRepliesAndActions.smartReplies.remoteInput in applySmartReplyView()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...