Searched defs:restrictedApps (Results 1 – 2 of 2) sorted by relevance
49 val restrictedApps: List<ResolveInfo> = emptyList() in getTosState() constant in com.android.car.carlauncher.datasources.restricted.TosState111 val restrictedApps: List<ResolveInfo> = if (isAccepted) { in getTosState() constant
131 ) { apps, restrictedApps, mirroringSession, order, isDistractionOptimized -> in getAllAppsList() method