Home
last modified time | relevance | path

Searched refs:storeLocations (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
H A DWalletContextualLocationsService.kt72 fun onWalletContextualLocationsStateUpdatedInternal(storeLocations: List<String>) {
76 Log.i(TAG, "Entered store $storeLocations")
77 controller.setSuggestionCardIds(storeLocations.toSet())
85 override fun onWalletContextualLocationsStateUpdated(storeLocations: List<String>) {
86 onWalletContextualLocationsStateUpdatedInternal(storeLocations)
H A DIWalletContextualLocationsService.aidl8 void onWalletContextualLocationsStateUpdated(in List<String> storeLocations); in onWalletContextualLocationsStateUpdated() argument