Home
last modified time | relevance | path

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

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