Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
H A DWalletContextualSuggestionsController.kt90 walletController.queryWalletCards(callback, MAX_CARDS)
154 private const val MAX_CARDS = 50
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletScreenController.java65 private static final int MAX_CARDS = 10; field in WalletScreenController
258 new GetWalletCardsRequest(cardWidthPx, cardHeightPx, iconSizePx, MAX_CARDS); in queryWalletCards()