Searched refs:addWalletServiceEventListener (Results 1 – 6 of 6) sorted by relevance
129 void addWalletServiceEventListener(@NonNull WalletServiceEventListener listener); in addWalletServiceEventListener() method134 void addWalletServiceEventListener( in addWalletServiceEventListener() method
179 public void addWalletServiceEventListener(WalletServiceEventListener listener) { in addWalletServiceEventListener() method in QuickAccessWalletClientImpl180 addWalletServiceEventListener(mContext.getMainExecutor(), listener); in addWalletServiceEventListener()184 public void addWalletServiceEventListener( in addWalletServiceEventListener() method in QuickAccessWalletClientImpl
176 verify(mWalletClient).addWalletServiceEventListener(mListenerCaptor.capture()); in onDismissed_notifiesClientAndRemotesListener()257 verify(mWalletClient).addWalletServiceEventListener(mViewController); in queryWalletCards_registersListenerAndRequestsWalletCards()269 verify(mWalletClient, times(1)).addWalletServiceEventListener(mViewController); in queryWalletCards_onlyRegistersListenerOnce()282 verify(mWalletClient).addWalletServiceEventListener(mViewController); in queryWalletCards_deviceLocked_cardsAllowedOnLockScreen_queriesCards()295 verify(mWalletClient).addWalletServiceEventListener(mViewController); in queryWalletCards_deviceLocked_cardsNotAllowedOnLockScreen_doesNotQueryCards()503 verify(mWalletClient).addWalletServiceEventListener(mListenerCaptor.capture()); in onWalletServiceEvent_tapStarted_dismissesGlobalActionsMenu()518 verify(mWalletClient).addWalletServiceEventListener(mListenerCaptor.capture()); in onWalletServiceEvent_cardsChanged_requeriesCards()
197 mWalletClient.addWalletServiceEventListener(this); in onStart()
157 mWalletClient.addWalletServiceEventListener(this); in queryWalletCards()
2359 …method public void addWalletServiceEventListener(@NonNull android.service.quickaccesswallet.QuickA…2360 …method public void addWalletServiceEventListener(@NonNull java.util.concurrent.Executor, @NonNull …