Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
H A DIWalletContextualLocationsService.aidl8 void onWalletContextualLocationsStateUpdated(in List<String> storeLocations); in onWalletContextualLocationsStateUpdated() method
H A DWalletContextualLocationsService.kt85 override fun onWalletContextualLocationsStateUpdated(storeLocations: List<String>) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/controller/
H A DWalletContextualLocationsServiceTest.kt89 underTestStub.onWalletContextualLocationsStateUpdated(ArrayList<String>())
98 underTestStub.onWalletContextualLocationsStateUpdated(ArrayList<String>())