Searched refs:mRemoteInput (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DRemoteInputView.java78 private RemoteInput mRemoteInput; field in class:RemoteInputView
126 results.putString(mRemoteInput.getResultKey(), mEditText.getText().toString());
198 mRemoteInput = remoteInput;
199 mEditText.setHint(mRemoteInput.getLabel());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java83 private RemoteInput mRemoteInput; field in class:RemoteInputView
142 results.putString(mRemoteInput.getResultKey(), mEditText.getText().toString());
272 mRemoteInput = remoteInput;
273 mEditText.setHint(mRemoteInput.getLabel());
385 setRemoteInput(other.mRemoteInputs, other.mRemoteInput);
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java4809 private final RemoteInput mRemoteInput; field in class:NotificationCompat.CarExtender.UnreadConversation
4819 mRemoteInput = remoteInput;
4838 return mRemoteInput;
4884 private RemoteInput mRemoteInput; field in class:NotificationCompat.CarExtender.UnreadConversation.Builder
4924 mRemoteInput = remoteInput;
4966 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent,
/frameworks/base/core/java/android/app/
H A DNotification.java9176 private final RemoteInput mRemoteInput; field in class:Notification.CarExtender.UnreadConversation
9186 mRemoteInput = remoteInput;
9205 return mRemoteInput;
9259 if (mRemoteInput != null) {
9260 b.putParcelable(KEY_REMOTE_INPUT, mRemoteInput);
9320 private RemoteInput mRemoteInput; field in class:Notification.CarExtender.Builder
9360 mRemoteInput = remoteInput;
9402 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent,

Completed in 187 milliseconds