Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/quickaccesswallet/
H A DQuickAccessWalletClient.java113 void onWalletCardRetrievalError(@NonNull GetWalletCardsError error); in onWalletCardRetrievalError() method
H A DQuickAccessWalletClientImpl.java122 () -> callback.onWalletCardRetrievalError(new GetWalletCardsError(null, null))); in getWalletCards()
134 executor.execute(() -> callback.onWalletCardRetrievalError(error)); in getWalletCards()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DQuickAccessWalletTile.java248 public void onWalletCardRetrievalError(@NonNull GetWalletCardsError error) { in onWalletCardRetrievalError() method in QuickAccessWalletTile.WalletCardRetriever
/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewController.java210 public void onWalletCardRetrievalError(GetWalletCardsError error) { in onWalletCardRetrievalError() method in WalletPanelViewController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletScreenController.java164 public void onWalletCardRetrievalError(@NonNull GetWalletCardsError error) { in onWalletCardRetrievalError() method in WalletScreenController
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java338 mCallbackCaptor.getValue().onWalletCardRetrievalError(error); in queryCards_error_showErrorView()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DQuickAccessWalletTileTest.java437 mCallbackCaptor.getValue().onWalletCardRetrievalError(error); in testQueryCards_error_notUpdateSideViewDrawable()
/aosp12/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewControllerTest.java427 mCallbackCaptor.getValue().onWalletCardRetrievalError(error); in onWalletCardRetrievalError_showsErrorMessage()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java1139 public void onWalletCardRetrievalError(@NonNull GetWalletCardsError error) { in onWalletCardRetrievalError() method in KeyguardBottomAreaView.WalletCardRetriever
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt2376 …method public void onWalletCardRetrievalError(@NonNull android.service.quickaccesswallet.GetWallet…