/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/ |
H A D | WalletScreenControllerTest.java | 149 mController.queryWalletCards(); in queryCards_deviceLocked_udfpsEnabled_hideUnlockButton() 173 mController.queryWalletCards(); in queryCards_deviceLocked_udfpsNotEnabled_showUnlockButton() 198 mController.queryWalletCards(); in queryCards_hasCards_showCarousel_activeCard() 224 mController.queryWalletCards(); in queryCards_hasCards_showCarousel_pendingActivationCard_parseLabel() 250 mController.queryWalletCards(); in queryCards_hasCards_showCarousel_badCard_parseLabel_notCrash() 275 mController.queryWalletCards(); in queryCards_hasCards_showCarousel_badCard_noLabel_notCrash() 300 mController.queryWalletCards(); in queryCards_hasCards_showCarousel_invalidSelectedIndex_notCrash() 322 mController.queryWalletCards(); in queryCards_noCards_showEmptyState() 341 mController.queryWalletCards(); in queryCards_error_showErrorView()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/controller/ |
H A D | QuickAccessWalletControllerTest.java | 159 mController.queryWalletCards(mCardsRetriever); in queryWalletCards_avoidStale_recreateClient() 166 mController.queryWalletCards(mCardsRetriever); in queryWalletCards_avoidStale_recreateClient() 173 mController.queryWalletCards(mCardsRetriever); in queryWalletCards_walletEnabled_queryCards() 192 mController.queryWalletCards(mCardsRetriever, 5); in queryWalletCards_walletEnabled_queryMultipleCards() 213 mController.queryWalletCards(mCardsRetriever); in queryWalletCards_walletFeatureNotAvailable_noQuery()
|
H A D | WalletContextualSuggestionsControllerTest.kt | 218 whenever(walletController.queryWalletCards(any(), anyInt())).thenAnswer { invocation ->
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/ |
H A D | QuickAccessWalletController.java | 162 public void queryWalletCards( in queryWalletCards() method in QuickAccessWalletController 188 public void queryWalletCards( in queryWalletCards() method in QuickAccessWalletController 190 queryWalletCards(cardsRetriever, /* maxCards= */ 1); in queryWalletCards() 282 queryWalletCards(cardsRetriever); in setupDefaultPaymentAppObserver()
|
H A D | WalletContextualSuggestionsController.kt | 90 walletController.queryWalletCards(callback, MAX_CARDS)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ |
H A D | QuickAccessWalletTileTest.java | 281 verify(mController).queryWalletCards(mCallbackCaptor.capture()); in testHandleUpdateState_walletIsUpdating() 376 verify(mController).queryWalletCards(mCallbackCaptor.capture()); in testHandleSetListening_queryCards() 404 verify(mController).queryWalletCards(mCallbackCaptor.capture()); in testQueryCards_notCurrentUser_hasCards_noSideViewDrawable() 442 verify(mController).queryWalletCards(mCallbackCaptor.capture()); in testQueryCards_error_notUpdateSideViewDrawable() 474 verify(mController).queryWalletCards(mCallbackCaptor.capture()); in setUpWalletCardWithType() 489 verify(mController).queryWalletCards(mCallbackCaptor.capture()); in setUpWalletCard()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
H A D | WalletActivity.java | 145 mWalletScreenController.queryWalletCards(); in onCreate() 207 mWalletScreenController.queryWalletCards(); in onResume() 244 mWalletScreenController.queryWalletCards(); in onWalletServiceEvent()
|
H A D | WalletScreenController.java | 180 queryWalletCards(); in onKeyguardFadingAwayChanged() 185 queryWalletCards(); in onUnlockedChanged() 241 public void queryWalletCards() { in queryWalletCards() method in WalletScreenController
|
H A D | WalletCardCarousel.java | 103 void queryWalletCards(); in queryWalletCards() method 150 mSelectionListener.queryWalletCards(); in setExpectedViewWidth()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/ |
H A D | QuickAccessWalletKeyguardQuickAffordanceConfig.kt | 90 walletController.queryWalletCards(callback) 147 walletController.queryWalletCards(callback)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/ |
H A D | QuickAccessWalletKeyguardQuickAffordanceConfigTest.kt | 235 whenever(walletController.queryWalletCards(any())).thenAnswer { invocation ->
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | QuickAccessWalletTile.java | 127 mController.queryWalletCards(mCardRetriever); in handleSetListening()
|