Searched refs:getSemanticAction (Results 1 – 5 of 5) sorted by relevance
206 .map(NotificationCompat.Action::getSemanticAction) in hasRequiredAssistantCallbacks()233 if (action.getSemanticAction() in getMarkAsReadAction()248 if (action.getSemanticAction() == Action.SEMANTIC_ACTION_MUTE) { in getMuteAction()262 if (action.getSemanticAction() in getReplyAction()278 .filter(action -> action.getSemanticAction() == SEMANTIC_ACTION_REPLY) in replyCallbackHasRemoteInput()289 .filter(action -> SUPPORTED_SEMANTIC_ACTIONS.contains(action.getSemanticAction())) in assistantCallbacksShowNoUi()
106 .setSemanticAction(getSemanticAction(actionType)); in getNotificationAction()116 private static int getSemanticAction(@ActionType int actionType) { in getSemanticAction() method in ConversationPayloadHandler
107 if (action.getSemanticAction() == semanticAction) { in getAction()
296 when(action.getSemanticAction()).thenReturn(semanticAction); in getMockReplyAction()323 when(action.getSemanticAction()).thenReturn(SEMANTIC_ACTION_MARK_AS_READ); in getMockMarkAsReadAction()
166 int semanticAction = action.getSemanticAction(); in getActionClickHandler()