Searched refs:getPaymentCards (Results 1 – 5 of 5) sorted by relevance
48 assertThat(walletCardList).isEqualTo(getPaymentCards(walletCardList)) in paymentCards_cardTypesAllUnknown_getsAllCards()55 assertThat(getPaymentCards(walletCardList)).isEqualTo(mutableListOf(paymentCard)) in paymentCards_cardTypesDifferent_onlyGetsPayment()
38 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>()
26 fun getPaymentCards(walletCards: List<WalletCard>): List<WalletCard> { in getPaymentCards() method
29 import static com.android.systemui.wallet.util.WalletCardUtilsKt.getPaymentCards;229 List<WalletCard> cards = getPaymentCards(response.getWalletCards()); in onWalletCardsRetrieved()
19 import static com.android.systemui.wallet.util.WalletCardUtilsKt.getPaymentCards;131 List<WalletCard> walletCards = getPaymentCards(response.getWalletCards()); in onWalletCardsRetrieved()