Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputViewController.kt61 var remoteInput: RemoteInput? in <lambda>() variable
136 override var remoteInput: RemoteInput? = null in onSendRemoteInput() variable in com.android.systemui.statusbar.policy.RemoteInputViewControllerImpl
232 val remoteInput = remoteInput ?: run { in onSendRemoteInput() constant
DSmartReplyView.java817 public final RemoteInput remoteInput; field in SmartReplyView.SmartReplies
824 public SmartReplies(@NonNull List<CharSequence> choices, @NonNull RemoteInput remoteInput, in SmartReplies()
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DNotificationTest.java146 RemoteInput remoteInput = new RemoteInput.Builder(REPLY_INPUT_KEY) in postMessagingNotification() local
/frameworks/base/core/java/android/app/
DRemoteInput.java478 public static void addDataResultToIntent(RemoteInput remoteInput, Intent intent, in addDataResultToIntent()
DNotification.java2044 public Builder addRemoteInput(RemoteInput remoteInput) { in addRemoteInput()
11909 UnreadConversation(String[] messages, RemoteInput remoteInput, in UnreadConversation()
12027 RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT, RemoteInput.class); in getUnreadConversationFromBundle() local
12087 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/core/tests/coretests/src/android/app/
DNotificationTest.java1463 RemoteInput remoteInput = new RemoteInput.Builder("a").build(); in testFreeformRemoteInputActionPair_hasRemoteInput() local
1509 RemoteInput remoteInput = in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java348 private int getExtraRemoteInputHeight(RemoteInputView remoteInput) { in getExtraRemoteInputHeight()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java992 RemoteInput remoteInput = new RemoteInput.Builder("reply_key").setLabel("reply").build(); in getMessageStyleNotifBuilder() local