Home
last modified time | relevance | path

Searched refs:getCardCarouselContainer (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java162 assertEquals(VISIBLE, mWalletView.getCardCarouselContainer().getVisibility()); in queryCards_deviceLocked_udfpsEnabled_hideUnlockButton()
188 assertEquals(VISIBLE, mWalletView.getCardCarouselContainer().getVisibility()); in queryCards_deviceLocked_udfpsNotEnabled_showUnlockButton()
211 assertEquals(VISIBLE, mWalletView.getCardCarouselContainer().getVisibility()); in queryCards_hasCards_showCarousel_activeCard()
237 assertEquals(VISIBLE, mWalletView.getCardCarouselContainer().getVisibility()); in queryCards_hasCards_showCarousel_pendingActivationCard_parseLabel()
263 assertEquals(VISIBLE, mWalletView.getCardCarouselContainer().getVisibility()); in queryCards_hasCards_showCarousel_badCard_parseLabel_notCrash()
288 assertEquals(VISIBLE, mWalletView.getCardCarouselContainer().getVisibility()); in queryCards_hasCards_showCarousel_badCard_noLabel_notCrash()
349 assertEquals(GONE, mWalletView.getCardCarouselContainer().getVisibility()); in queryCards_error_showErrorView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java276 ViewGroup getCardCarouselContainer() { in getCardCarouselContainer() method in WalletView