Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/repositories/
DAppGridRepository.kt140 } else if (it.launchActionType == MIRRORING) { in getAllAppsList()
143 it.toAppItem(isDistractionOptimized(it.componentName, it.launchActionType == MEDIA)) in getAllAppsList()
222 val launchActionType get() = if (redirectIntent == null) { constant in com.android.car.carlauncher.repositories.AppGridRepositoryImpl.AppInfo
238 launchActionType == MIRRORING, in toAppItem()
239 launchActionType == TOS_DISABLED, in toAppItem()
242 .get(launchActionType) in toAppItem()
257 private fun ResolveInfo.toAppInfo(launchActionType: AppLauncherProviderType): AppInfo { in ResolveInfo()
260 if (launchActionType == MEDIA) { in ResolveInfo()
271 launchActionType in ResolveInfo()