Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DQuickAccessWalletClientImpl.java142 public void performApiCall(IQuickAccessWalletService service) throws RemoteException { in getWalletCards()
160 public void performApiCall(IQuickAccessWalletService service) throws RemoteException { in selectWalletCard()
173 public void performApiCall(IQuickAccessWalletService service) throws RemoteException { in notifyWalletDismissed()
200 public void performApiCall(IQuickAccessWalletService service) throws RemoteException { in addWalletServiceEventListener()
217 public void performApiCall(IQuickAccessWalletService service) throws RemoteException { in removeWalletServiceEventListener()
263 void performApiCall(IQuickAccessWalletService service) throws RemoteException { in getWalletPendingIntent()
436 apiCaller.performApiCall(service); in performApiCallInternal()
452 abstract void performApiCall(IQuickAccessWalletService service) in performApiCall() method in QuickAccessWalletClientImpl.ApiCaller