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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java79 private RemoteInput mRemoteInput; field in class:RemoteInputView
136 results.putString(mRemoteInput.getResultKey(), mEditText.getText().toString());
250 mRemoteInput = remoteInput;
251 mEditText.setHint(mRemoteInput.getLabel());
377 setRemoteInput(other.mRemoteInputs, other.mRemoteInput);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3875 private final RemoteInput mRemoteInput; field in class:NotificationCompat.CarExtender.UnreadConversation
3885 mRemoteInput = remoteInput;
3906 return mRemoteInput;
3970 private RemoteInput mRemoteInput; field in class:NotificationCompat.CarExtender.UnreadConversation.Builder
4010 mRemoteInput = remoteInput;
4052 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent,
/frameworks/base/core/java/android/app/
H A DNotification.java6662 private final RemoteInput mRemoteInput; field in class:Notification.CarExtender.UnreadConversation
6672 mRemoteInput = remoteInput;
6691 return mRemoteInput;
6745 if (mRemoteInput != null) {
6746 b.putParcelable(KEY_REMOTE_INPUT, mRemoteInput);
6806 private RemoteInput mRemoteInput; field in class:Notification.CarExtender.Builder
6846 mRemoteInput = remoteInput;
6888 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent,

Completed in 179 milliseconds