Searched refs:storeLocations (Results 1 – 2 of 2) sorted by relevance
72 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)
8 void onWalletContextualLocationsStateUpdated(in List<String> storeLocations); in onWalletContextualLocationsStateUpdated() argument