Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
DIWalletContextualLocationsService.aidl8 void onWalletContextualLocationsStateUpdated(in List<String> storeLocations); in onWalletContextualLocationsStateUpdated() method
DWalletContextualLocationsService.kt99 override fun onWalletContextualLocationsStateUpdated(storeLocations: List<String>) { in <lambda>() method in com.android.systemui.wallet.controller.WalletContextualLocationsService
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/controller/
DWalletContextualLocationsServiceTest.kt98 underTestStub.onWalletContextualLocationsStateUpdated(ArrayList<String>()) in updateListenerAndLocationsState()
107 underTestStub.onWalletContextualLocationsStateUpdated(ArrayList<String>()) in updateListenerAndLocationsState()