Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-assist-lib/src/com/android/car/assist/
H A DCarVoiceInteractionSession.java168 private final NotificationPayloadHandler mNotificationPayloadHandler; field in CarVoiceInteractionSession
172 mNotificationPayloadHandler = new NotificationPayloadHandler(getContext()); in CarVoiceInteractionSession()
177 mNotificationPayloadHandler = new NotificationPayloadHandler(getContext()); in CarVoiceInteractionSession()
185 return mNotificationPayloadHandler; in getNotificationPayloadHandler()