Searched refs:semanticAction (Results 1 – 3 of 3) sorted by relevance
311 private Action getNonMockReplyAction(int semanticAction) { in getNonMockReplyAction() argument315 semanticAction).setShowsUserInterface(mShowsUI).build(); in getNonMockReplyAction()318 private Action getMockReplyAction(int semanticAction) { in getMockReplyAction() argument330 when(action.getSemanticAction()).thenReturn(semanticAction); in getMockReplyAction()
145 int semanticAction = action.getSemanticAction(); in getActionClickHandler() local148 if (semanticAction == Notification.Action.SEMANTIC_ACTION_REPLY) { in getActionClickHandler()
182 public static boolean isSupportedSemanticAction(int semanticAction) { in isSupportedSemanticAction() argument183 return SUPPORTED_SEMANTIC_ACTIONS.contains(semanticAction); in isSupportedSemanticAction()