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.java70 private RemoteInput mRemoteInput; field in RemoteInputView
121 results.putString(mRemoteInput.getResultKey(), mEditText.getText().toString()); in sendRemoteInput()
212 mRemoteInput = remoteInput; in setRemoteInput()
213 mEditText.setHint(mRemoteInput.getLabel()); in setRemoteInput()
313 setRemoteInput(other.mRemoteInputs, other.mRemoteInput); in stealFocusFrom()
/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java3740 private final RemoteInput mRemoteInput; field in NotificationCompat.CarExtender.UnreadConversation
3750 mRemoteInput = remoteInput; in UnreadConversation()
3771 return mRemoteInput; in getRemoteInput()
3836 private RemoteInput mRemoteInput; field in NotificationCompat.CarExtender.UnreadConversation.Builder
3876 mRemoteInput = remoteInput; in setReplyAction()
3918 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()
/frameworks/base/core/java/android/app/
DNotification.java6486 private final RemoteInput mRemoteInput; field in Notification.CarExtender.UnreadConversation
6496 mRemoteInput = remoteInput; in UnreadConversation()
6515 return mRemoteInput; in getRemoteInput()
6569 if (mRemoteInput != null) { in getBundleForUnreadConversation()
6570 b.putParcelable(KEY_REMOTE_INPUT, mRemoteInput); in getBundleForUnreadConversation()
6630 private RemoteInput mRemoteInput; field in Notification.CarExtender.Builder
6670 mRemoteInput = remoteInput; in setReplyAction()
6712 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()