Searched refs:MAX_CHOOSER_ACTIONS (Results 1 – 2 of 2) sorted by relevance
58 private const val MAX_CHOOSER_ACTIONS = 5 constant189 ?.take(MAX_CHOOSER_ACTIONS)
73 private static final int MAX_CHOOSER_ACTIONS = 5; field in ChooserRequestParameters347 .limit(MAX_CHOOSER_ACTIONS) in getChooserActions()