Searched refs:MAX_MEDIA_BUTTONS (Results 1 – 2 of 2) sorted by relevance
44 static final int MAX_MEDIA_BUTTONS = 5; field in NotificationCompatImplBase119 final int actionCount = Math.min(actions.size(), MAX_MEDIA_BUTTONS); in generateBigContentView()
4353 static final int MAX_MEDIA_BUTTONS = 5; field in Notification.MediaStyle4484 final int actionCount = Math.min(mBuilder.mActions.size(), MAX_MEDIA_BUTTONS); in makeMediaBigContentView()