Home
last modified time | relevance | path

Searched defs:walletCard (Results 1 – 4 of 4) sorted by relevance

/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()
297 WalletCardViewInfo walletCard, boolean isDeviceLocked, boolean isUdfpsEnabled) { in renderActionButton()
H A DWalletScreenController.java330 QAWalletCardViewInfo(Context context, WalletCard 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
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java523 private WalletCardViewInfo createCardViewInfo(WalletCard walletCard) { in createCardViewInfo()