Searched refs:nonContextualActions (Results 1 – 1 of 1) sorted by relevance
5825 List<Notification.Action> nonContextualActions = getNonContextualActions(); in applyStandardTemplateWithActions() local5827 int numActions = Math.min(nonContextualActions.size(), MAX_ACTION_BUTTONS); in applyStandardTemplateWithActions()5848 Action action = nonContextualActions.get(i); in applyStandardTemplateWithActions()