Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java478 RemoteInput remoteInput = new RemoteInput.Builder("a").build(); in testFreeformRemoteInputActionPair_hasRemoteInput() local
522 RemoteInput remoteInput = in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() local
DNotificationManagerServiceTest.java850 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/
DSmartReplyView.java718 public final RemoteInput remoteInput; field in SmartReplyView.SmartReplies
725 public SmartReplies(@NonNull List<CharSequence> choices, @NonNull RemoteInput remoteInput, in SmartReplies()
DRemoteInputView.java551 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput, in setRemoteInput()
/frameworks/base/core/java/android/app/
DRemoteInput.java478 public static void addDataResultToIntent(RemoteInput remoteInput, Intent intent, in addDataResultToIntent()
DNotification.java1957 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/
DSlice.java480 public Slice.Builder addRemoteInput(RemoteInput remoteInput, in addRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java302 private int getExtraRemoteInputHeight(RemoteInputView remoteInput) { in getExtraRemoteInputHeight()