Searched refs:WalletContextualLocationsService (Results 1 – 3 of 3) sorted by relevance
28 import com.android.systemui.wallet.controller.WalletContextualLocationsService;48 @ClassKey(WalletContextualLocationsService.class)50 WalletContextualLocationsService service); in bindWalletContextualLocationsService()
40 private lateinit var underTest: WalletContextualLocationsService64 WalletContextualLocationsService( in setUp()113 val intent = Intent(getContext(), WalletContextualLocationsService::class.java)126 val intent = Intent(getContext(), WalletContextualLocationsService::class.java)
24 class WalletContextualLocationsService in <lambda>() class