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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java52 private RemoteInput mRemoteInput; field in class:RemoteInputView
92 results.putString(mRemoteInput.getResultKey(), mEditText.getText().toString());
114 v.mRemoteInput = remoteInput;
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java3080 private final RemoteInput mRemoteInput; field in class:NotificationCompat.CarExtender.UnreadConversation
3090 mRemoteInput = remoteInput;
3111 return mRemoteInput;
3176 private RemoteInput mRemoteInput; field in class:NotificationCompat.CarExtender.UnreadConversation.Builder
3216 mRemoteInput = remoteInput;
3258 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent,
/frameworks/base/core/java/android/app/
H A DNotification.java5437 private final RemoteInput mRemoteInput; field in class:Notification.CarExtender.UnreadConversation
5447 mRemoteInput = remoteInput;
5466 return mRemoteInput;
5520 if (mRemoteInput != null) {
5521 b.putParcelable(KEY_REMOTE_INPUT, mRemoteInput);
5581 private RemoteInput mRemoteInput; field in class:Notification.CarExtender.Builder
5621 mRemoteInput = remoteInput;
5663 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent,

Completed in 91 milliseconds