Searched refs:mRemoteInput (Results 1 – 3 of 3) sorted by relevance
72 @Mock private RemoteInput mRemoteInput; field in InflatedSmartRepliesTest582 when(mRemoteInput.getChoices()).thenReturn(smartReplies); in setupAppGeneratedReplies()584 Pair.create(mRemoteInput, action); in setupAppGeneratedReplies()
12802 private final RemoteInput mRemoteInput; field in Notification.Builder.CarExtender.UnreadConversation12812 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.Builder12987 mRemoteInput = remoteInput; in setReplyAction()13029 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()
7707 Landroid/app/Notification$CarExtender$Builder;->mRemoteInput:Landroid/app/RemoteInput;7724 Landroid/app/Notification$CarExtender$UnreadConversation;->mRemoteInput:Landroid/app/RemoteInput;