Searched refs:MAX_COMPACT_ACTIONS (Results 1 – 3 of 3) sorted by relevance
165 @JvmField val MAX_COMPACT_ACTIONS = 3 in <lambda>() constant956 if (actionsToShowCollapsed.size > MAX_COMPACT_ACTIONS) { in <lambda>()960 "limiting to first $MAX_COMPACT_ACTIONS" in <lambda>()962 actionsToShowCollapsed = actionsToShowCollapsed.subList(0, MAX_COMPACT_ACTIONS) in <lambda>()
201 @JvmField val MAX_COMPACT_ACTIONS = 3 constant1010 if (actionsToShowCollapsed.size > MAX_COMPACT_ACTIONS) { in createActionsFromNotification()1014 "limiting to first $MAX_COMPACT_ACTIONS" in createActionsFromNotification()1016 actionsToShowCollapsed = actionsToShowCollapsed.subList(0, MAX_COMPACT_ACTIONS) in createActionsFromNotification()
1629 .isEqualTo(MediaDataProcessor.MAX_COMPACT_ACTIONS) in testTooManyCompactActions_isTruncated()