Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DQuickAccessWalletTileTest.java426 setUpWalletCardWithType(/* hasCard =*/ true, WalletCard.CARD_TYPE_PAYMENT); in testQueryCards_cardDataPayment_updateSideViewDrawable()
434 setUpWalletCardWithType(/* hasCard =*/ true, WalletCard.CARD_TYPE_NON_PAYMENT); in testQueryCards_cardDataNonPayment_updateSideViewDrawable()
475 private void setUpWalletCardWithType(boolean hasCard, int cardType) { in setUpWalletCardWithType() method in QuickAccessWalletTileTest