Home
last modified time | relevance | path

Searched refs:getCardLabel (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java205 assertEquals("Hold to reader", mWalletView.getCardLabel().getText().toString()); in queryCards_hasCards_showCarousel_activeCard()
231 assertEquals("Not set up", mWalletView.getCardLabel().getText().toString()); in queryCards_hasCards_showCarousel_pendingActivationCard_parseLabel()
257 assertEquals("This\nis\ncrazy!!", mWalletView.getCardLabel().getText().toString()); in queryCards_hasCards_showCarousel_badCard_parseLabel_notCrash()
282 assertEquals("", mWalletView.getCardLabel().getText().toString()); in queryCards_hasCards_showCarousel_badCard_noLabel_notCrash()
/aosp12/frameworks/base/core/java/android/service/quickaccesswallet/
H A DWalletCard.java156 public CharSequence getCardLabel() { in getCardLabel() method in WalletCard
/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewController.java391 return mWalletCard.getCardLabel(); in getText()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletScreenController.java348 CharSequence label = mWalletCard.getCardLabel(); in getLabel()
H A DWalletView.java274 TextView getCardLabel() { in getCardLabel() method in WalletView
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt38906 method @Nullable public CharSequence getCardLabel();