Searched refs:existingInfo (Results 1 – 1 of 1) sorted by relevance
342 ApplicationInfo existingInfo = null; in resolveInstallLocation() local344 existingInfo = context.getPackageManager().getApplicationInfo(packageName, in resolveInstallLocation()365 if (existingInfo != null) { in resolveInstallLocation()366 if ((existingInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) { in resolveInstallLocation()