Home
last modified time | relevance | path

Searched refs:onWalletCardsRetrieved (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java152 callback.onWalletCardsRetrieved(response); in queryCards_deviceLocked_udfpsEnabled_hideUnlockButton()
176 callback.onWalletCardsRetrieved(response); in queryCards_deviceLocked_udfpsNotEnabled_showUnlockButton()
201 callback.onWalletCardsRetrieved(response); in queryCards_hasCards_showCarousel_activeCard()
227 callback.onWalletCardsRetrieved(response); in queryCards_hasCards_showCarousel_pendingActivationCard_parseLabel()
253 callback.onWalletCardsRetrieved(response); in queryCards_hasCards_showCarousel_badCard_parseLabel_notCrash()
278 callback.onWalletCardsRetrieved(response); in queryCards_hasCards_showCarousel_badCard_noLabel_notCrash()
303 callback.onWalletCardsRetrieved(response); in queryCards_hasCards_showCarousel_invalidSelectedIndex_notCrash()
320 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in queryCards_noCards_showEmptyState()
403 mController.onWalletCardsRetrieved(response); in onWalletCardsRetrieved_cardDataEmpty_intentIsNull_hidesWallet()
414 mController.onWalletCardsRetrieved(response); in onWalletCardsRetrieved_cardDataEmpty_logoIsNull_hidesWallet()
[all …]
/aosp12/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewControllerTest.java142 mViewController.onWalletCardsRetrieved(response); in init_showsEmptyStateViewIfCardsNotReturnedLastTime()
160 mViewController.onWalletCardsRetrieved(response); in init_doesNotShowEmptyStateViewIfCardsReturnedLastTime()
307 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in onWalletCardsRetrieved_showsCards()
326 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in onWalletCardsRetrieved_showsOverflowButton_startWalletActivity()
359 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in onWalletCardsRetrieved_noShortLabel_showsOnlySettingsInOverflowMenu()
388 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in onWalletCardsRetrieved_noWalletIntent_showsOnlySettingsInOverflowMenu()
411 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in onWalletCardsRetrieved_dismissed_doesNotShowCards()
443 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in onWalletCardsRetrieved_cardDataEmpty_showsEmptyState()
472 mViewController.onWalletCardsRetrieved(response); in onWalletCardsRetrieved_cardDataEmpty_intentIsNull_hidesWallet()
483 mViewController.onWalletCardsRetrieved(response); in onWalletCardsRetrieved_cardDataEmpty_logoIsNull_hidesWallet()
[all …]
/aosp12/frameworks/base/core/java/android/service/quickaccesswallet/
H A DQuickAccessWalletClient.java111 void onWalletCardsRetrieved(@NonNull GetWalletCardsResponse response); in onWalletCardsRetrieved() method
H A DQuickAccessWalletClientImpl.java129 executor.execute(() -> callback.onWalletCardsRetrieved(response)); in getWalletCards()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DQuickAccessWalletTileTest.java318 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in testHandleUpdateState_walletIsUpdating()
461 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in setUpWalletCard()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DQuickAccessWalletTile.java224 public void onWalletCardsRetrieved(@NonNull GetWalletCardsResponse response) { in onWalletCardsRetrieved() method in QuickAccessWalletTile.WalletCardRetriever
/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewController.java179 public void onWalletCardsRetrieved(GetWalletCardsResponse response) { in onWalletCardsRetrieved() method in WalletPanelViewController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletScreenController.java121 public void onWalletCardsRetrieved(@NonNull GetWalletCardsResponse response) { in onWalletCardsRetrieved() method in WalletScreenController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java1128 public void onWalletCardsRetrieved(@NonNull GetWalletCardsResponse response) { in onWalletCardsRetrieved() method in KeyguardBottomAreaView.WalletCardRetriever
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt2377 …method public void onWalletCardsRetrieved(@NonNull android.service.quickaccesswallet.GetWalletCard…