Searched refs:compPkgName (Results 1 – 1 of 1) sorted by relevance
219 final String compPkgName, intentWithPkg, intentWithoutPkg; in shortcutExists() local227 compPkgName = intent.getComponent().getPackageName(); in shortcutExists()232 intentWithPkg = new Intent(intent).setPackage(compPkgName).toUri(0); in shortcutExists()236 compPkgName = null; in shortcutExists()259 && compPkgName != null in shortcutExists()260 && compPkgName.equals(info.getTargetComponent().getPackageName())) { in shortcutExists()