Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/repositories/
DAppGridRepository.kt187 it.toAppInfo(MEDIA).toAppItem(true) in getMediaAppsList()
198 it.toAppInfo(MEDIA) in getAllLauncherAndMediaApps()
208 it.toAppInfo(DISABLED) in getRestrictedApps()
210 it.toAppInfo(TOS_DISABLED) in getRestrictedApps()
257 private fun ResolveInfo.toAppInfo(launchActionType: AppLauncherProviderType): AppInfo { in ResolveInfo() method in com.android.car.carlauncher.repositories.AppGridRepositoryImpl