Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
H A DKeyguardQuickAffordanceConfig.kt180 val linkTemplate = context.getString(R.string.config_appStoreAppLinkTemplate) regex
181 if (appStorePackageName.isEmpty() || linkTemplate.isEmpty()) {
185 check(linkTemplate.contains(APP_PACKAGE_NAME_PLACEHOLDER))
189 data = Uri.parse(linkTemplate.replace(APP_PACKAGE_NAME_PLACEHOLDER, packageName))