/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/ |
H A D | WalletScreenControllerTest.java | 152 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 D | WalletPanelViewControllerTest.java | 142 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 D | QuickAccessWalletClient.java | 111 void onWalletCardsRetrieved(@NonNull GetWalletCardsResponse response); in onWalletCardsRetrieved() method
|
H A D | QuickAccessWalletClientImpl.java | 129 executor.execute(() -> callback.onWalletCardsRetrieved(response)); in getWalletCards()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ |
H A D | QuickAccessWalletTileTest.java | 318 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 D | QuickAccessWalletTile.java | 224 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 D | WalletPanelViewController.java | 179 public void onWalletCardsRetrieved(GetWalletCardsResponse response) { in onWalletCardsRetrieved() method in WalletPanelViewController
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
H A D | WalletScreenController.java | 121 public void onWalletCardsRetrieved(@NonNull GetWalletCardsResponse response) { in onWalletCardsRetrieved() method in WalletScreenController
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | KeyguardBottomAreaView.java | 1128 public void onWalletCardsRetrieved(@NonNull GetWalletCardsResponse response) { in onWalletCardsRetrieved() method in KeyguardBottomAreaView.WalletCardRetriever
|
/aosp12/frameworks/base/core/api/ |
H A D | test-current.txt | 2377 …method public void onWalletCardsRetrieved(@NonNull android.service.quickaccesswallet.GetWalletCard…
|