Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/template/app/
DAppInfo.kt126 val appRepository = rememberAppRepository() in AppIcon() constant
128 painter = rememberDrawablePainter(appRepository.produceIcon(app).value), in AppIcon()
129 contentDescription = appRepository.produceIconContentDescription(app).value, in AppIcon()
136 val appRepository = rememberAppRepository() in AppLabel() constant
137 SettingsTitle(appRepository.produceLabel(app, isClonedAppPage).value, useMediumWeight = true) in AppLabel()
/frameworks/base/packages/SettingsLib/SpaPrivileged/tests/src/com/android/settingslib/spaprivileged/model/app/
DAppRepositoryTest.kt49 private val appRepository = AppRepositoryImpl(context) constant in com.android.settingslib.spaprivileged.model.app.AppRepositoryTest
73 contentDescription = appRepository.produceIconContentDescription(APP) in produceIconContentDescription()
/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/
DAppListViewModel.kt77 private val appRepository = appRepositoryFactory(application) constant
190 appRepository.loadLabel(app) in <lambda>()