Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java87 private RemoteInput mRemoteInput; field in RemoteInputView
146 results.putString(mRemoteInput.getResultKey(), mEditText.getText().toString()); in sendRemoteInput()
290 mRemoteInput = remoteInput; in setRemoteInput()
291 mEditText.setHint(mRemoteInput.getLabel()); in setRemoteInput()
413 setRemoteInput(other.mRemoteInputs, other.mRemoteInput, mEntry.editedSuggestionInfo); in stealFocusFrom()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java71 @Mock RemoteInput mRemoteInput; field in InflatedSmartRepliesTest
404 when(mRemoteInput.getChoices()).thenReturn(smartReplies); in setupAppGeneratedReplies()
406 Pair.create(mRemoteInput, action); in setupAppGeneratedReplies()
/frameworks/base/core/java/android/app/
DNotification.java9934 private final RemoteInput mRemoteInput; field in Notification.Builder.CarExtender.UnreadConversation
9944 mRemoteInput = remoteInput; in UnreadConversation()
9963 return mRemoteInput; in getRemoteInput()
10017 if (mRemoteInput != null) { in getBundleForUnreadConversation()
10018 b.putParcelable(KEY_REMOTE_INPUT, mRemoteInput); in getBundleForUnreadConversation()
10078 private RemoteInput mRemoteInput; field in Notification.Builder.CarExtender.Builder
10118 mRemoteInput = remoteInput; in setReplyAction()
10160 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8230 Landroid/app/Notification$CarExtender$Builder;->mRemoteInput:Landroid/app/RemoteInput;
8247 Landroid/app/Notification$CarExtender$UnreadConversation;->mRemoteInput:Landroid/app/RemoteInput;