Home
last modified time | relevance | path

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

/packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
DWearPackageInstallerService.java217 PackageInfo existingPkgInfo = null; in installPackage() local
219 existingPkgInfo = pm.getPackageInfo(packageName, in installPackage()
221 if (existingPkgInfo != null) { in installPackage()
265 if (existingPkgInfo != null) { in installPackage()
266 if (existingPkgInfo.versionCode == pkg.mVersionCode) { in installPackage()
276 } else if (existingPkgInfo.versionCode > pkg.mVersionCode) { in installPackage()
280 ") is lower than existing app ( " + existingPkgInfo.versionCode + in installPackage()
285 ") is lower than existing app ( " + existingPkgInfo.versionCode + in installPackage()
292 if (existingPkgInfo.requestedPermissions != null) { in installPackage()
293 for (int i = 0; i < existingPkgInfo.requestedPermissions.length; ++i) { in installPackage()
[all …]