Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
H A DQuickAccessWalletKeyguardQuickAffordanceConfig.kt75 override fun onWalletCardRetrievalError(error: GetWalletCardsError) {
143 override fun onWalletCardRetrievalError(error: GetWalletCardsError) {
/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DQuickAccessWalletClient.java126 void onWalletCardRetrievalError(@NonNull GetWalletCardsError error); in onWalletCardRetrievalError() method
H A DQuickAccessWalletClientImpl.java124 () -> callback.onWalletCardRetrievalError(new GetWalletCardsError(null, null))); in getWalletCards()
136 executor.execute(() -> callback.onWalletCardRetrievalError(error)); in getWalletCards()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
H A DWalletContextualSuggestionsController.kt77 override fun onWalletCardRetrievalError(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/controller/
H A DWalletContextualSuggestionsControllerTest.kt223 onWalletCardRetrievalError(mock())
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/
H A DQuickAccessWalletKeyguardQuickAffordanceConfigTest.kt260 onWalletCardRetrievalError(mock())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DQuickAccessWalletTile.java240 public void onWalletCardRetrievalError(@NonNull GetWalletCardsError error) { in onWalletCardRetrievalError() method in QuickAccessWalletTile.WalletCardRetriever
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletScreenController.java169 public void onWalletCardRetrievalError(@NonNull GetWalletCardsError error) { in onWalletCardRetrievalError() method in WalletScreenController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DQuickAccessWalletTileTest.java444 mCallbackCaptor.getValue().onWalletCardRetrievalError(error); in testQueryCards_error_notUpdateSideViewDrawable()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java346 mCallbackCaptor.getValue().onWalletCardRetrievalError(error); in queryCards_error_showErrorView()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt2990 …method public void onWalletCardRetrievalError(@NonNull android.service.quickaccesswallet.GetWallet…