Searched refs:getCardLabel (Results 1 – 6 of 6) sorted by relevance
205 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()
156 public CharSequence getCardLabel() { in getCardLabel() method in WalletCard
391 return mWalletCard.getCardLabel(); in getText()
348 CharSequence label = mWalletCard.getCardLabel(); in getLabel()
274 TextView getCardLabel() { in getCardLabel() method in WalletView
38906 method @Nullable public CharSequence getCardLabel();