Searched refs:mRemoteInput (Results 1 – 3 of 3) sorted by relevance
79 private RemoteInput mRemoteInput; field in RemoteInputView136 results.putString(mRemoteInput.getResultKey(), mEditText.getText().toString()); in sendRemoteInput()250 mRemoteInput = remoteInput; in setRemoteInput()251 mEditText.setHint(mRemoteInput.getLabel()); in setRemoteInput()377 setRemoteInput(other.mRemoteInputs, other.mRemoteInput); in stealFocusFrom()
3875 private final RemoteInput mRemoteInput; field in NotificationCompat.CarExtender.UnreadConversation3885 mRemoteInput = remoteInput; in UnreadConversation()3906 return mRemoteInput; in getRemoteInput()3970 private RemoteInput mRemoteInput; field in NotificationCompat.CarExtender.UnreadConversation.Builder4010 mRemoteInput = remoteInput; in setReplyAction()4052 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()
6662 private final RemoteInput mRemoteInput; field in Notification.CarExtender.UnreadConversation6672 mRemoteInput = remoteInput; in UnreadConversation()6691 return mRemoteInput; in getRemoteInput()6745 if (mRemoteInput != null) { in getBundleForUnreadConversation()6746 b.putParcelable(KEY_REMOTE_INPUT, mRemoteInput); in getBundleForUnreadConversation()6806 private RemoteInput mRemoteInput; field in Notification.CarExtender.Builder6846 mRemoteInput = remoteInput; in setReplyAction()6888 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()