Searched refs:produceLabel (Results 1 – 2 of 2) sorted by relevance
42 fun produceLabel(app: ApplicationInfo, isClonedAppPage: Boolean = false): State<String> { in rememberAppRepository() method
137 SettingsTitle(appRepository.produceLabel(app, isClonedAppPage).value, useMediumWeight = true) in AppLabel()