Searched defs:remoteInput (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationTest.java | 561 RemoteInput remoteInput = new RemoteInput.Builder("a").build(); in testFreeformRemoteInputActionPair_hasRemoteInput() local 605 RemoteInput remoteInput = in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() local
|
D | NotificationManagerServiceTest.java | 4534 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/ |
D | RemoteInput.java | 478 public static void addDataResultToIntent(RemoteInput remoteInput, Intent intent, in addDataResultToIntent()
|
D | Notification.java | 1685 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/ |
D | Slice.java | 481 public Slice.Builder addRemoteInput(RemoteInput remoteInput, in addRemoteInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyView.java | 948 public final RemoteInput remoteInput; field in SmartReplyView.SmartReplies 955 public SmartReplies(CharSequence[] choices, RemoteInput remoteInput, in SmartReplies()
|
D | RemoteInputView.java | 287 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput, in setRemoteInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 294 private int getExtraRemoteInputHeight(RemoteInputView remoteInput) { in getExtraRemoteInputHeight()
|