Home
last modified time | relevance | path

Searched refs:MAX_ACTION_BUTTONS (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
DNotificationCompatImplBase.java51 private static final int MAX_ACTION_BUTTONS = 3; field in NotificationCompatImplBase
200 if (N > MAX_ACTION_BUTTONS) N = MAX_ACTION_BUTTONS; in applyStandardTemplateWithActions()
/frameworks/base/core/java/android/app/
DNotification.java2303 private static final int MAX_ACTION_BUTTONS = 3; field in Notification.Builder
2309 private ArrayList<Action> mActions = new ArrayList<Action>(MAX_ACTION_BUTTONS);
3536 if (N>MAX_ACTION_BUTTONS) N=MAX_ACTION_BUTTONS; in applyStandardTemplateWithActions()