Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DAddWorkspaceItemsTask.java219 final String compPkgName, intentWithPkg, intentWithoutPkg; in shortcutExists() local
227 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()