Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-assist-lib/src/com/android/car/assist/payloadhandlers/
DNotificationPayloadHandler.java98 public Action getAction(Bundle args, int semanticAction) { in getAction() argument
107 if (action.getSemanticAction() == semanticAction) { in getAction()
112 Log.w(TAG, String.format("Semantic action not found: %d", semanticAction)); in getAction()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationClickHandlerFactory.java155 int semanticAction = action.getSemanticAction(); in getActionClickHandler() local
158 if (semanticAction == Notification.Action.SEMANTIC_ACTION_REPLY) { in getActionClickHandler()
/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/
DCarAssistUtils.java172 public static boolean isSupportedSemanticAction(int semanticAction) { in isSupportedSemanticAction() argument
173 return SUPPORTED_SEMANTIC_ACTIONS.contains(semanticAction); in isSupportedSemanticAction()