Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/utils/
DMockMessageNotificationBuilder.java311 private Action getNonMockReplyAction(int semanticAction) { in getNonMockReplyAction() argument
315 semanticAction).setShowsUserInterface(mShowsUI).build(); in getNonMockReplyAction()
318 private Action getMockReplyAction(int semanticAction) { in getMockReplyAction() argument
330 when(action.getSemanticAction()).thenReturn(semanticAction); in getMockReplyAction()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationClickHandlerFactory.java145 int semanticAction = action.getSemanticAction(); in getActionClickHandler() local
148 if (semanticAction == Notification.Action.SEMANTIC_ACTION_REPLY) { in getActionClickHandler()
/packages/apps/Car/systemlibs/car-assist-client-lib/src/com/android/car/assist/client/
DCarAssistUtils.java182 public static boolean isSupportedSemanticAction(int semanticAction) { in isSupportedSemanticAction() argument
183 return SUPPORTED_SEMANTIC_ACTIONS.contains(semanticAction); in isSupportedSemanticAction()