Searched refs:SUPPORTED_SEMANTIC_ACTIONS (Results 1 – 1 of 1) sorted by relevance
63 private static final List<Integer> SUPPORTED_SEMANTIC_ACTIONS = Collections.unmodifiableList( field in CarAssistUtils173 return SUPPORTED_SEMANTIC_ACTIONS.contains(semanticAction); in isSupportedSemanticAction()263 .filter(action -> SUPPORTED_SEMANTIC_ACTIONS.contains(action.getSemanticAction())) in assistantCallbacksShowNoUi()