Searched refs:MAX_ACTION_BUTTONS (Results 1 – 2 of 2) sorted by relevance
220 public static final int MAX_ACTION_BUTTONS = 3; field in Notification3385 private ArrayList<Action> mActions = new ArrayList<Action>(MAX_ACTION_BUTTONS);5223 if (N>MAX_ACTION_BUTTONS) N=MAX_ACTION_BUTTONS; in applyStandardTemplateWithActions()
7651 Landroid/app/Notification$Builder;->MAX_ACTION_BUTTONS:I