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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java80 private RemoteInput mRemoteInput; field in class:RemoteInputView
138 results.putString(mRemoteInput.getResultKey(), mEditText.getText().toString());
258 mRemoteInput = remoteInput;
259 mEditText.setHint(mRemoteInput.getLabel());
392 setRemoteInput(other.mRemoteInputs, other.mRemoteInput);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java4346 private final RemoteInput mRemoteInput; field in class:NotificationCompat.CarExtender.UnreadConversation
4356 mRemoteInput = remoteInput;
4375 return mRemoteInput;
4421 private RemoteInput mRemoteInput; field in class:NotificationCompat.CarExtender.UnreadConversation.Builder
4461 mRemoteInput = remoteInput;
4503 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent,
/frameworks/base/core/java/android/app/
H A DNotification.java8040 private final RemoteInput mRemoteInput; field in class:Notification.CarExtender.UnreadConversation
8050 mRemoteInput = remoteInput;
8069 return mRemoteInput;
8123 if (mRemoteInput != null) {
8124 b.putParcelable(KEY_REMOTE_INPUT, mRemoteInput);
8184 private RemoteInput mRemoteInput; field in class:Notification.CarExtender.Builder
8224 mRemoteInput = remoteInput;
8266 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent,

Completed in 98 milliseconds