Searched refs:MAX_ACTION_BUTTONS (Results 1 – 1 of 1) sorted by relevance
220 public static final int MAX_ACTION_BUTTONS = 3; field in Notification3378 private ArrayList<Action> mActions = new ArrayList<Action>(MAX_ACTION_BUTTONS);5215 if (N>MAX_ACTION_BUTTONS) N=MAX_ACTION_BUTTONS; in applyStandardTemplateWithActions()