Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java72 @Mock private RemoteInput mRemoteInput; field in InflatedSmartRepliesTest
582 when(mRemoteInput.getChoices()).thenReturn(smartReplies); in setupAppGeneratedReplies()
584 Pair.create(mRemoteInput, action); in setupAppGeneratedReplies()
/frameworks/base/core/java/android/app/
DNotification.java12802 private final RemoteInput mRemoteInput; field in Notification.Builder.CarExtender.UnreadConversation
12812 mRemoteInput = remoteInput; in UnreadConversation()
12831 return mRemoteInput; in getRemoteInput()
12885 if (mRemoteInput != null) { in getBundleForUnreadConversation()
12886 b.putParcelable(KEY_REMOTE_INPUT, mRemoteInput); in getBundleForUnreadConversation()
12947 private RemoteInput mRemoteInput; field in Notification.Builder.CarExtender.Builder
12987 mRemoteInput = remoteInput; in setReplyAction()
13029 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7707 Landroid/app/Notification$CarExtender$Builder;->mRemoteInput:Landroid/app/RemoteInput;
7724 Landroid/app/Notification$CarExtender$UnreadConversation;->mRemoteInput:Landroid/app/RemoteInput;