Searched refs:appRepository (Results 1 – 3 of 3) sorted by relevance
126 val appRepository = rememberAppRepository() in AppIcon() constant128 painter = rememberDrawablePainter(appRepository.produceIcon(app).value), in AppIcon()129 contentDescription = appRepository.produceIconContentDescription(app).value, in AppIcon()136 val appRepository = rememberAppRepository() in AppLabel() constant137 SettingsTitle(appRepository.produceLabel(app, isClonedAppPage).value, useMediumWeight = true) in AppLabel()
49 private val appRepository = AppRepositoryImpl(context) constant in com.android.settingslib.spaprivileged.model.app.AppRepositoryTest73 contentDescription = appRepository.produceIconContentDescription(APP) in produceIconContentDescription()
77 private val appRepository = appRepositoryFactory(application) constant190 appRepository.loadLabel(app) in <lambda>()