Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-assist-lib/src/com/android/car/assist/
H A DCarVoiceInteractionSession.java233 return isNotificationAction(args) && !hasNotificationAccess(getContext()); in needsNotificationAccess()
240 private static boolean isNotificationAction(Bundle args) { in isNotificationAction() method in CarVoiceInteractionSession