Searched refs:addWalletServiceEventListener (Results 1 – 4 of 4) sorted by relevance
142 void addWalletServiceEventListener(@NonNull WalletServiceEventListener listener); in addWalletServiceEventListener() method147 void addWalletServiceEventListener( in addWalletServiceEventListener() method
180 public void addWalletServiceEventListener(WalletServiceEventListener listener) { in addWalletServiceEventListener() method in QuickAccessWalletClientImpl181 addWalletServiceEventListener(mContext.getMainExecutor(), listener); in addWalletServiceEventListener()185 public void addWalletServiceEventListener( in addWalletServiceEventListener() method in QuickAccessWalletClientImpl
201 mWalletClient.addWalletServiceEventListener(this); in onStart()
3148 …method public void addWalletServiceEventListener(@NonNull android.service.quickaccesswallet.QuickA…3149 …method public void addWalletServiceEventListener(@NonNull java.util.concurrent.Executor, @NonNull …