Home
last modified time | relevance | path

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

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