Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
DWalletContextualLocationsService.kt86 fun onWalletContextualLocationsStateUpdatedInternal(storeLocations: List<String>) { in <lambda>() method in com.android.systemui.wallet.controller.WalletContextualLocationsService
100 onWalletContextualLocationsStateUpdatedInternal(storeLocations) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/controller/
DWalletContextualLocationsServiceTest.kt84 underTest.onWalletContextualLocationsStateUpdatedInternal(ArrayList<String>()) in addStoreLocations()