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()
287 private static Drawable getHeaderIcon(Context context, WalletCardViewInfo walletCard) { in getHeaderIcon() argument288 Drawable icon = walletCard.getIcon(); in getHeaderIcon()298 WalletCardViewInfo walletCard, boolean isDeviceLocked, boolean isUdfpsEnabled) { in renderActionButton() argument299 CharSequence actionButtonText = getActionButtonText(walletCard); in renderActionButton()313 walletCard.getPendingIntent().send(options.toBundle()); in renderActionButton()
330 QAWalletCardViewInfo(Context context, WalletCard walletCard) { in QAWalletCardViewInfo() argument331 mWalletCard = walletCard; in QAWalletCardViewInfo()
407 WalletCard walletCard = in testQueryCards_notCurrentUser_hasCards_noSideViewDrawable() local411 new GetWalletCardsResponse(Collections.singletonList(walletCard), 0); in testQueryCards_notCurrentUser_hasCards_noSideViewDrawable()
523 private WalletCardViewInfo createCardViewInfo(WalletCard walletCard) { in createCardViewInfo() argument525 mContext, walletCard); in createCardViewInfo()