Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
DKeyguardQuickAffordanceConfig.kt185 check(linkTemplate.contains(APP_PACKAGE_NAME_PLACEHOLDER)) in appStoreIntent()
189 data = Uri.parse(linkTemplate.replace(APP_PACKAGE_NAME_PLACEHOLDER, packageName)) in appStoreIntent()
193 private const val APP_PACKAGE_NAME_PLACEHOLDER = "\$packageName" constant