Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/template/app/
H A DAppInfo.kt100 val appRepository = rememberAppRepository() regex
102 painter = rememberDrawablePainter(appRepository.produceIcon(app).value),
103 contentDescription = appRepository.produceIconContentDescription(app).value,
110 val appRepository = rememberAppRepository() regex
111 SettingsTitle(title = appRepository.produceLabel(app, isClonedAppPage), useMediumWeight = true)
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/tests/src/com/android/settingslib/spaprivileged/model/app/
H A DAppRepositoryTest.kt55 private lateinit var appRepository: AppRepositoryImpl
60 appRepository = AppRepositoryImpl(context)
84 contentDescription = appRepository.produceIconContentDescription(APP)
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/
H A DAppListViewModel.kt77 private val appRepository = appRepositoryFactory(application) regex
190 appRepository.loadLabel(app)