Searched refs:mRemoteInput (Results 1 – 3 of 3) sorted by relevance
70 private RemoteInput mRemoteInput; field in RemoteInputView121 results.putString(mRemoteInput.getResultKey(), mEditText.getText().toString()); in sendRemoteInput()212 mRemoteInput = remoteInput; in setRemoteInput()213 mEditText.setHint(mRemoteInput.getLabel()); in setRemoteInput()313 setRemoteInput(other.mRemoteInputs, other.mRemoteInput); in stealFocusFrom()
3740 private final RemoteInput mRemoteInput; field in NotificationCompat.CarExtender.UnreadConversation3750 mRemoteInput = remoteInput; in UnreadConversation()3771 return mRemoteInput; in getRemoteInput()3836 private RemoteInput mRemoteInput; field in NotificationCompat.CarExtender.UnreadConversation.Builder3876 mRemoteInput = remoteInput; in setReplyAction()3918 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()
6486 private final RemoteInput mRemoteInput; field in Notification.CarExtender.UnreadConversation6496 mRemoteInput = remoteInput; in UnreadConversation()6515 return mRemoteInput; in getRemoteInput()6569 if (mRemoteInput != null) { in getBundleForUnreadConversation()6570 b.putParcelable(KEY_REMOTE_INPUT, mRemoteInput); in getBundleForUnreadConversation()6630 private RemoteInput mRemoteInput; field in Notification.CarExtender.Builder6670 mRemoteInput = remoteInput; in setReplyAction()6712 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()