Searched refs:walletCard (Results 1 – 5 of 5) sorted by relevance
138 for (WalletCard walletCard : response.getWalletCards()) { in isValidResponse()139 if (walletCard == null) { in isValidResponse()143 if (walletCard.getCardId() == null) { in isValidResponse()147 Icon cardImage = walletCard.getCardImage(); in isValidResponse()157 if (TextUtils.isEmpty(walletCard.getContentDescription())) { in isValidResponse()161 if (walletCard.getPendingIntent() == null) { in isValidResponse()
286 private static Drawable getHeaderIcon(Context context, WalletCardViewInfo walletCard) { in getHeaderIcon() argument287 Drawable icon = walletCard.getIcon(); in getHeaderIcon()297 WalletCardViewInfo walletCard, boolean isDeviceLocked, boolean isUdfpsEnabled) { in renderActionButton() argument298 CharSequence actionButtonText = getActionButtonText(walletCard); in renderActionButton()312 walletCard.getPendingIntent().send(options.toBundle()); in renderActionButton()
330 QAWalletCardViewInfo(Context context, WalletCard walletCard) { in QAWalletCardViewInfo() argument331 mWalletCard = walletCard; in QAWalletCardViewInfo()
396 WalletCard walletCard = in testQueryCards_notCurrentUser_hasCards_noSideViewDrawable() local400 new GetWalletCardsResponse(Collections.singletonList(walletCard), 0); in testQueryCards_notCurrentUser_hasCards_noSideViewDrawable()
523 private WalletCardViewInfo createCardViewInfo(WalletCard walletCard) { in createCardViewInfo() argument525 mContext, walletCard); in createCardViewInfo()