Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/quickaccesswallet/
H A DQuickAccessWalletClient.java129 void addWalletServiceEventListener(@NonNull WalletServiceEventListener listener); in addWalletServiceEventListener() method
134 void addWalletServiceEventListener( in addWalletServiceEventListener() method
H A DQuickAccessWalletClientImpl.java179 public void addWalletServiceEventListener(WalletServiceEventListener listener) { in addWalletServiceEventListener() method in QuickAccessWalletClientImpl
180 addWalletServiceEventListener(mContext.getMainExecutor(), listener); in addWalletServiceEventListener()
184 public void addWalletServiceEventListener( in addWalletServiceEventListener() method in QuickAccessWalletClientImpl
/aosp12/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewControllerTest.java176 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletActivity.java197 mWalletClient.addWalletServiceEventListener(this); in onStart()
/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewController.java157 mWalletClient.addWalletServiceEventListener(this); in queryWalletCards()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt2359 …method public void addWalletServiceEventListener(@NonNull android.service.quickaccesswallet.QuickA…
2360 …method public void addWalletServiceEventListener(@NonNull java.util.concurrent.Executor, @NonNull …