Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/dagger/
DWalletModule.java28 import com.android.systemui.wallet.controller.WalletContextualLocationsService;
48 @ClassKey(WalletContextualLocationsService.class)
50 WalletContextualLocationsService service); in bindWalletContextualLocationsService()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/controller/
DWalletContextualLocationsServiceTest.kt40 private lateinit var underTest: WalletContextualLocationsService
64 WalletContextualLocationsService( in setUp()
113 val intent = Intent(getContext(), WalletContextualLocationsService::class.java)
126 val intent = Intent(getContext(), WalletContextualLocationsService::class.java)
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
DWalletContextualLocationsService.kt24 class WalletContextualLocationsService in <lambda>() class