Searched defs:remoteInput (Results 1 – 9 of 9) sorted by relevance
61 var remoteInput: RemoteInput? in <lambda>() variable136 override var remoteInput: RemoteInput? = null in onSendRemoteInput() variable in com.android.systemui.statusbar.policy.RemoteInputViewControllerImpl232 val remoteInput = remoteInput ?: run { in onSendRemoteInput() constant
817 public final RemoteInput remoteInput; field in SmartReplyView.SmartReplies824 public SmartReplies(@NonNull List<CharSequence> choices, @NonNull RemoteInput remoteInput, in SmartReplies()
146 RemoteInput remoteInput = new RemoteInput.Builder(REPLY_INPUT_KEY) in postMessagingNotification() local
478 public static void addDataResultToIntent(RemoteInput remoteInput, Intent intent, in addDataResultToIntent()
2044 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() local12087 PendingIntent pendingIntent, RemoteInput remoteInput) { in setReplyAction()
480 public Slice.Builder addRemoteInput(RemoteInput remoteInput, in addRemoteInput()
1463 RemoteInput remoteInput = new RemoteInput.Builder("a").build(); in testFreeformRemoteInputActionPair_hasRemoteInput() local1509 RemoteInput remoteInput = in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() local
348 private int getExtraRemoteInputHeight(RemoteInputView remoteInput) { in getExtraRemoteInputHeight()
992 RemoteInput remoteInput = new RemoteInput.Builder("reply_key").setLabel("reply").build(); in getMessageStyleNotifBuilder() local