Home
last modified time | relevance | path

Searched refs:createWalletCardWithType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/util/
DWalletCardUtilsTest.kt35 private val paymentCard = createWalletCardWithType(WalletCard.CARD_TYPE_PAYMENT)
36 private val nonPaymentCard = createWalletCardWithType(WalletCard.CARD_TYPE_NON_PAYMENT)
37 private val unknownCard = createWalletCardWithType(WalletCard.CARD_TYPE_UNKNOWN)
43 createWalletCardWithType(WalletCard.CARD_TYPE_UNKNOWN), in paymentCards_cardTypesAllUnknown_getsAllCards()
44 createWalletCardWithType(WalletCard.CARD_TYPE_UNKNOWN), in paymentCards_cardTypesAllUnknown_getsAllCards()
45 createWalletCardWithType(WalletCard.CARD_TYPE_UNKNOWN) in paymentCards_cardTypesAllUnknown_getsAllCards()
58 private fun createWalletCardWithType(cardType: Int): WalletCard { in createWalletCardWithType() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
DWalletScreenControllerTest.java442 createWalletCardWithType(mContext, WalletCard.CARD_TYPE_UNKNOWN), in onWalletCardsRetrieved_cardDataAllUnknown_showsAllCards()
443 createWalletCardWithType(mContext, WalletCard.CARD_TYPE_UNKNOWN), in onWalletCardsRetrieved_cardDataAllUnknown_showsAllCards()
444 createWalletCardWithType(mContext, WalletCard.CARD_TYPE_UNKNOWN)); in onWalletCardsRetrieved_cardDataAllUnknown_showsAllCards()
458 List<WalletCard> walletCardList = List.of(createWalletCardWithType(mContext, in onWalletCardsRetrieved_cardDataDifferentTypes_onlyShowsPayment()
460 createWalletCardWithType(mContext, WalletCard.CARD_TYPE_PAYMENT), in onWalletCardsRetrieved_cardDataDifferentTypes_onlyShowsPayment()
461 createWalletCardWithType(mContext, WalletCard.CARD_TYPE_NON_PAYMENT) in onWalletCardsRetrieved_cardDataDifferentTypes_onlyShowsPayment()
501 private WalletCard createWalletCardWithType(Context context, int cardType) { in createWalletCardWithType() method in WalletScreenControllerTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DQuickAccessWalletTileTest.java468 private WalletCard createWalletCardWithType(Context context, int cardType) { in createWalletCardWithType() method in QuickAccessWalletTileTest
480 createWalletCardWithType(mContext, cardType)) in setUpWalletCardWithType()