Searched refs:AppLauncherProviderType (Results 1 – 2 of 2) sorted by relevance
43 private val providerMap = mutableMapOf<AppLauncherProviderType, AppLaunchProvider>()49 enum class AppLauncherProviderType { class68 fun get(providerType: AppLauncherProviderType): AppLaunchProvider? { in get()85 providerMap[AppLauncherProviderType.DISABLED] = provider in addProvider()89 providerMap[AppLauncherProviderType.LAUNCHER] = provider in addProvider()93 providerMap[AppLauncherProviderType.MEDIA] = provider in addProvider()97 providerMap[AppLauncherProviderType.MIRRORING] = provider in addProvider()101 providerMap[AppLauncherProviderType.TOS_DISABLED] = provider in addProvider()
36 …om.android.car.carlauncher.repositories.appactions.AppLaunchProviderFactory.AppLauncherProviderType in <lambda>()37 …d.car.carlauncher.repositories.appactions.AppLaunchProviderFactory.AppLauncherProviderType.DISABLED in <lambda>()38 …d.car.carlauncher.repositories.appactions.AppLaunchProviderFactory.AppLauncherProviderType.LAUNCHER in <lambda>()39 …roid.car.carlauncher.repositories.appactions.AppLaunchProviderFactory.AppLauncherProviderType.MEDIA in <lambda>()40 ….car.carlauncher.repositories.appactions.AppLaunchProviderFactory.AppLauncherProviderType.MIRRORING in <lambda>()41 …car.carlauncher.repositories.appactions.AppLaunchProviderFactory.AppLauncherProviderType.TOS_DISAB… in <lambda>()219 private val _launchActionType: AppLauncherProviderType,257 private fun ResolveInfo.toAppInfo(launchActionType: AppLauncherProviderType): AppInfo { in ResolveInfo()