Searched refs:targetPkg (Results 1 – 2 of 2) sorted by relevance
151 val targetPkg = cn?.packageName ?: intent.getPackage() in processAppOrDeepShortcut() constant152 if (targetPkg.isNullOrEmpty()) { in processAppOrDeepShortcut()156 var validTarget = launcherApps.isPackageEnabled(targetPkg, c.user) in processAppOrDeepShortcut()171 " Will attempt to find fallback Activity for targetPkg=$targetPkg." in processAppOrDeepShortcut()173 intent = pmHelper.getAppLaunchIntent(targetPkg, c.user) in processAppOrDeepShortcut()179 "No Activities found for id=${c.id}, targetPkg=$targetPkg, component=$cn." + in processAppOrDeepShortcut()188 intent.`package` = targetPkg in processAppOrDeepShortcut()193 !TextUtils.isEmpty(targetPkg) && !validTarget -> { in processAppOrDeepShortcut()200 FileLog.d(TAG, "package not yet restored: $targetPkg") in processAppOrDeepShortcut()201 tempPackageKey.update(targetPkg, c.user) in processAppOrDeepShortcut()[all …]
419 fun `When valid Pinned Deep Shortcut with null intent package then use targetPkg`() { in When valid Pinned Deep Shortcut with null intent package then use targetPkg()