Searched defs:remoteInput (Results 1 – 8 of 8) sorted by relevance
| /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
| D | NotificationTest.java | 478 RemoteInput remoteInput = new RemoteInput.Builder("a").build(); in testFreeformRemoteInputActionPair_hasRemoteInput() local 522 RemoteInput remoteInput = in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() local
|
| D | NotificationManagerServiceTest.java | 850 RemoteInput remoteInput = new RemoteInput.Builder("reply_key").setLabel("reply").build(); in getMessageStyleNotifBuilder() local 7997 RemoteInput remoteInput = new RemoteInput.Builder("reply_key").setLabel("reply").build(); in testImmutableDirectReplyContextualActionIntent() local 8028 RemoteInput remoteInput = new RemoteInput.Builder("reply_key").setLabel("reply").build(); in testMutableDirectReplyContextualActionIntent() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
| D | SmartReplyView.java | 718 public final RemoteInput remoteInput; field in SmartReplyView.SmartReplies 725 public SmartReplies(@NonNull List<CharSequence> choices, @NonNull RemoteInput remoteInput, in SmartReplies()
|
| D | RemoteInputView.java | 551 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput, in setRemoteInput()
|
| /frameworks/base/core/java/android/app/ |
| D | RemoteInput.java | 478 public static void addDataResultToIntent(RemoteInput remoteInput, Intent intent, in addDataResultToIntent()
|
| D | Notification.java | 1957 public Builder addRemoteInput(RemoteInput remoteInput) { in addRemoteInput() 11499 UnreadConversation(String[] messages, RemoteInput remoteInput, in UnreadConversation() 11616 RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT); in getUnreadConversationFromBundle() local 11676 PendingIntent pendingIntent, RemoteInput remoteInput) { in setReplyAction()
|
| /frameworks/base/core/java/android/app/slice/ |
| D | Slice.java | 480 public Slice.Builder addRemoteInput(RemoteInput remoteInput, in addRemoteInput()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
| D | NotificationContentView.java | 302 private int getExtraRemoteInputHeight(RemoteInputView remoteInput) { in getExtraRemoteInputHeight()
|