Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
DIWalletContextualLocationsService.aidl6 void addWalletCardsUpdatedListener(in IWalletCardsUpdatedListener listener); in addWalletCardsUpdatedListener() method
DWalletContextualLocationsService.kt96 override fun addWalletCardsUpdatedListener(listener: IWalletCardsUpdatedListener) { in <lambda>() method in com.android.systemui.wallet.controller.WalletContextualLocationsService
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/controller/
DWalletContextualLocationsServiceTest.kt94 underTestStub.addWalletCardsUpdatedListener(listener) in updateListenerAndLocationsState()