Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/quickaccesswallet/
DQuickAccessWalletClientImpl.java76 private IQuickAccessWalletService mService;
142 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()
373 private void onConnectedInternal(IQuickAccessWalletService service) { in onConnectedInternal()
430 private void performApiCallInternal(ApiCaller apiCaller, IQuickAccessWalletService service) { in performApiCallInternal()
452 abstract void performApiCall(IQuickAccessWalletService service) in performApiCall()
[all …]
DQuickAccessWalletService.java224 private final IQuickAccessWalletService mInterface = new IQuickAccessWalletService.Stub() {
DIQuickAccessWalletService.aidl30 interface IQuickAccessWalletService { interface