Searched refs:APP_PACKAGE_NAME_PLACEHOLDER (Results 1 – 1 of 1) sorted by relevance
185 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