Searched refs:mRemoteInput (Results 1 – 4 of 4) sorted by relevance
87 private RemoteInput mRemoteInput; field in RemoteInputView146 results.putString(mRemoteInput.getResultKey(), mEditText.getText().toString()); in sendRemoteInput()290 mRemoteInput = remoteInput; in setRemoteInput()291 mEditText.setHint(mRemoteInput.getLabel()); in setRemoteInput()413 setRemoteInput(other.mRemoteInputs, other.mRemoteInput, mEntry.editedSuggestionInfo); in stealFocusFrom()
71 @Mock RemoteInput mRemoteInput; field in InflatedSmartRepliesTest404 when(mRemoteInput.getChoices()).thenReturn(smartReplies); in setupAppGeneratedReplies()406 Pair.create(mRemoteInput, action); in setupAppGeneratedReplies()
9934 private final RemoteInput mRemoteInput; field in Notification.Builder.CarExtender.UnreadConversation9944 mRemoteInput = remoteInput; in UnreadConversation()9963 return mRemoteInput; in getRemoteInput()10017 if (mRemoteInput != null) { in getBundleForUnreadConversation()10018 b.putParcelable(KEY_REMOTE_INPUT, mRemoteInput); in getBundleForUnreadConversation()10078 private RemoteInput mRemoteInput; field in Notification.Builder.CarExtender.Builder10118 mRemoteInput = remoteInput; in setReplyAction()10160 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()
8230 Landroid/app/Notification$CarExtender$Builder;->mRemoteInput:Landroid/app/RemoteInput;8247 Landroid/app/Notification$CarExtender$UnreadConversation;->mRemoteInput:Landroid/app/RemoteInput;