Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/util/
DWalletCardUtilsTest.kt48 assertThat(walletCardList).isEqualTo(getPaymentCards(walletCardList)) in paymentCards_cardTypesAllUnknown_getsAllCards()
55 assertThat(getPaymentCards(walletCardList)).isEqualTo(mutableListOf(paymentCard)) in paymentCards_cardTypesDifferent_onlyGetsPayment()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
DQuickAccessWalletKeyguardQuickAffordanceConfig.kt38 import com.android.systemui.wallet.util.getPaymentCards in <lambda>()
73 getPaymentCards(response.walletCards)?.isNotEmpty() == true in <lambda>()
168 Result.success(getPaymentCards(response.walletCards)) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/util/
DWalletCardUtils.kt26 fun getPaymentCards(walletCards: List<WalletCard>): List<WalletCard> { in getPaymentCards() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DQuickAccessWalletTile.java29 import static com.android.systemui.wallet.util.WalletCardUtilsKt.getPaymentCards;
229 List<WalletCard> cards = getPaymentCards(response.getWalletCards()); in onWalletCardsRetrieved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletScreenController.java19 import static com.android.systemui.wallet.util.WalletCardUtilsKt.getPaymentCards;
131 List<WalletCard> walletCards = getPaymentCards(response.getWalletCards()); in onWalletCardsRetrieved()