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()
11903 private final RemoteInput mRemoteInput; field in Notification.Builder.CarExtender.UnreadConversation11913 mRemoteInput = remoteInput; in UnreadConversation()11932 return mRemoteInput; in getRemoteInput()11986 if (mRemoteInput != null) { in getBundleForUnreadConversation()11987 b.putParcelable(KEY_REMOTE_INPUT, mRemoteInput); in getBundleForUnreadConversation()12048 private RemoteInput mRemoteInput; field in Notification.Builder.CarExtender.Builder12088 mRemoteInput = remoteInput; in setReplyAction()12130 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;