Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/quickaccesswallet/
H A DIQuickAccessWalletServiceCallbacks.aidl33 oneway void onGetWalletCardsFailure(in GetWalletCardsError error); in onGetWalletCardsFailure() method
H A DQuickAccessWalletClientImpl.java133 public void onGetWalletCardsFailure(GetWalletCardsError error) { in getWalletCards()
146 serviceCallback.onGetWalletCardsFailure(new GetWalletCardsError(null, null)); in getWalletCards()
478 public void onGetWalletCardsFailure(GetWalletCardsError error) { in onGetWalletCardsFailure() method in QuickAccessWalletClientImpl.BaseCallbacks
H A DGetWalletCardsCallbackImpl.java97 mCallback.onGetWalletCardsFailure(error); in onFailureInternal()