Searched refs:semanticAction (Results 1 – 4 of 4) sorted by relevance
98 public Action getAction(Bundle args, int semanticAction) { in getAction() argument107 if (action.getSemanticAction() == semanticAction) { in getAction()112 Log.w(TAG, String.format("Semantic action not found: %d", semanticAction)); in getAction()
277 private Action getNonMockReplyAction(int semanticAction) { in getNonMockReplyAction() argument281 semanticAction).setShowsUserInterface(mShowsUI).build(); in getNonMockReplyAction()284 private Action getMockReplyAction(int semanticAction) { in getMockReplyAction() argument296 when(action.getSemanticAction()).thenReturn(semanticAction); in getMockReplyAction()
166 int semanticAction = action.getSemanticAction(); in getActionClickHandler() local169 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()