Home
last modified time | relevance | path

Searched refs:onGetWalletCardsFailure (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DIQuickAccessWalletServiceCallbacks.aidl34 oneway void onGetWalletCardsFailure(in GetWalletCardsError error); in onGetWalletCardsFailure() method
H A DQuickAccessWalletClientImpl.java135 public void onGetWalletCardsFailure(GetWalletCardsError error) { in getWalletCards()
148 serviceCallback.onGetWalletCardsFailure(new GetWalletCardsError(null, null)); in getWalletCards()
498 public void onGetWalletCardsFailure(GetWalletCardsError error) { in onGetWalletCardsFailure() method in QuickAccessWalletClientImpl.BaseCallbacks
H A DGetWalletCardsCallbackImpl.java110 mCallback.onGetWalletCardsFailure(error); in onFailureInternal()