Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DGetWalletCardsCallbackImpl.java138 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java286 private static Drawable getHeaderIcon(Context context, WalletCardViewInfo walletCard) { in getHeaderIcon() argument
287 Drawable icon = walletCard.getIcon(); in getHeaderIcon()
297 WalletCardViewInfo walletCard, boolean isDeviceLocked, boolean isUdfpsEnabled) { in renderActionButton() argument
298 CharSequence actionButtonText = getActionButtonText(walletCard); in renderActionButton()
312 walletCard.getPendingIntent().send(options.toBundle()); in renderActionButton()
H A DWalletScreenController.java330 QAWalletCardViewInfo(Context context, WalletCard walletCard) { in QAWalletCardViewInfo() argument
331 mWalletCard = walletCard; in QAWalletCardViewInfo()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DQuickAccessWalletTileTest.java396 WalletCard walletCard = in testQueryCards_notCurrentUser_hasCards_noSideViewDrawable() local
400 new GetWalletCardsResponse(Collections.singletonList(walletCard), 0); in testQueryCards_notCurrentUser_hasCards_noSideViewDrawable()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java523 private WalletCardViewInfo createCardViewInfo(WalletCard walletCard) { in createCardViewInfo() argument
525 mContext, walletCard); in createCardViewInfo()