Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DConversation.java769 private final RemoteInput mRemoteInput; field in Conversation.ConversationAction
779 mRemoteInput = remoteInput; in ConversationAction()
814 bundle.putParcelable(KEY_REMOTE_INPUT, mRemoteInput); in toBundle()
847 return mRemoteInput; in getRemoteInput()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationClickHandlerFactoryTest.java104 private RemoteInput mRemoteInput; field in NotificationClickHandlerFactoryTest
249 .addRemoteInput(mRemoteInput) in onClickActionClickHandler_notCarCompatibleMessage_sendsPendingIntent()
274 .addRemoteInput(mRemoteInput) in onClickActionClickHandler_notCarCompatibleMessage_invokesRegisteredListeners()