Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java79 private RemoteInput mRemoteInput; field in RemoteInputView
136 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()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java3875 private final RemoteInput mRemoteInput; field in NotificationCompat.CarExtender.UnreadConversation
3885 mRemoteInput = remoteInput; in UnreadConversation()
3906 return mRemoteInput; in getRemoteInput()
3970 private RemoteInput mRemoteInput; field in NotificationCompat.CarExtender.UnreadConversation.Builder
4010 mRemoteInput = remoteInput; in setReplyAction()
4052 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()
/frameworks/base/core/java/android/app/
DNotification.java6662 private final RemoteInput mRemoteInput; field in Notification.CarExtender.UnreadConversation
6672 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.Builder
6846 mRemoteInput = remoteInput; in setReplyAction()
6888 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()