Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/quickaccesswallet/
H A DIQuickAccessWalletServiceCallbacks.aidl36 oneway void onWalletServiceEvent(in WalletServiceEvent event); in onWalletServiceEvent() method
H A DQuickAccessWalletClientImpl.java192 public void onWalletServiceEvent(WalletServiceEvent event) { in addWalletServiceEventListener()
193 executor.execute(() -> listener.onWalletServiceEvent(event)); in addWalletServiceEventListener()
482 public void onWalletServiceEvent(WalletServiceEvent event) { in onWalletServiceEvent() method in QuickAccessWalletClientImpl.BaseCallbacks
H A DQuickAccessWalletClient.java147 void onWalletServiceEvent(@NonNull WalletServiceEvent event); in onWalletServiceEvent() method
H A DQuickAccessWalletService.java327 mEventListener.onWalletServiceEvent(serviceEvent); in sendWalletServiceEventInternal()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletActivity.java239 public void onWalletServiceEvent(WalletServiceEvent event) { in onWalletServiceEvent() method in WalletActivity
/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewController.java224 public void onWalletServiceEvent(WalletServiceEvent event) { in onWalletServiceEvent() method in WalletPanelViewController
/aosp12/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewControllerTest.java508 listener.onWalletServiceEvent(event); in onWalletServiceEvent_tapStarted_dismissesGlobalActionsMenu()
523 listener.onWalletServiceEvent(event); in onWalletServiceEvent_cardsChanged_requeriesCards()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt2381 …method public void onWalletServiceEvent(@NonNull android.service.quickaccesswallet.WalletServiceEv…