Home
last modified time | relevance | path

Searched refs:showCardCarousel (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java449 verify(mWalletView).showCardCarousel(mPaymentCardDataCaptor.capture(), anyInt(), in onWalletCardsRetrieved_cardDataAllUnknown_showsAllCards()
467 verify(mWalletView).showCardCarousel(mPaymentCardDataCaptor.capture(), anyInt(), in onWalletCardsRetrieved_cardDataDifferentTypes_onlyShowsPayment()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletScreenController.java152 mWalletView.showCardCarousel( in onWalletCardsRetrieved()
H A DWalletView.java170 void showCardCarousel( in showCardCarousel() method in WalletView