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.java561 RemoteInput remoteInput = new RemoteInput.Builder("a").build(); in testFreeformRemoteInputActionPair_hasRemoteInput() local
605 RemoteInput remoteInput = in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() local
DNotificationManagerServiceTest.java4534 RemoteInput remoteInput = new RemoteInput.Builder("reply_key").setLabel("reply").build(); in testFlagBubbleNotifs_flag_messaging() local
5180 RemoteInput remoteInput = new RemoteInput.Builder("reply_key").setLabel("reply").build(); in testNotificationBubbles_flagAutoExpandForeground_fails_notForeground() local
5237 RemoteInput remoteInput = new RemoteInput.Builder("reply_key").setLabel("reply").build(); in testNotificationBubbles_flagAutoExpandForeground_succeeds_foreground() local
/frameworks/base/core/java/android/app/
DRemoteInput.java478 public static void addDataResultToIntent(RemoteInput remoteInput, Intent intent, in addDataResultToIntent()
DNotification.java1685 public Builder addRemoteInput(RemoteInput remoteInput) { in addRemoteInput()
9963 UnreadConversation(String[] messages, RemoteInput remoteInput, in UnreadConversation()
10080 RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT); in getUnreadConversationFromBundle() local
10140 PendingIntent pendingIntent, RemoteInput remoteInput) { in setReplyAction()
/frameworks/base/core/java/android/app/slice/
DSlice.java481 public Slice.Builder addRemoteInput(RemoteInput remoteInput, in addRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java948 public final RemoteInput remoteInput; field in SmartReplyView.SmartReplies
955 public SmartReplies(CharSequence[] choices, RemoteInput remoteInput, in SmartReplies()
DRemoteInputView.java287 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput, in setRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java294 private int getExtraRemoteInputHeight(RemoteInputView remoteInput) { in getExtraRemoteInputHeight()