Home
last modified time | relevance | path

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

/packages/apps/Car/systemlibs/car-assist-client-lib/src/com/android/car/assist/client/
DCarAssistUtils.java57 private static final List<Integer> REQUIRED_SEMANTIC_ACTIONS = Collections.unmodifiableList( field in CarAssistUtils
207 .filter(REQUIRED_SEMANTIC_ACTIONS::contains) in hasRequiredAssistantCallbacks()
211 && semanticActionSet.containsAll(REQUIRED_SEMANTIC_ACTIONS); in hasRequiredAssistantCallbacks()