Searched refs:createWalletCardWithType (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/util/ |
D | WalletCardUtilsTest.kt | 35 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/ |
D | WalletScreenControllerTest.java | 442 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/ |
D | QuickAccessWalletTileTest.java | 468 private WalletCard createWalletCardWithType(Context context, int cardType) { in createWalletCardWithType() method in QuickAccessWalletTileTest 480 createWalletCardWithType(mContext, cardType)) in setUpWalletCardWithType()
|