Searched refs:existingInfo (Results 1 – 2 of 2) sorted by relevance
121 ApplicationInfo existingInfo = null; in getDefaultTestableInterface()123 existingInfo = context.getPackageManager().getApplicationInfo(packageName, in getDefaultTestableInterface()127 return existingInfo; in getDefaultTestableInterface()176 ApplicationInfo existingInfo = testInterface.getExistingAppInfo(context, in resolveInstallVolume() local206 if (existingInfo != null && existingInfo.isSystemApp()) { in resolveInstallVolume()211 + existingInfo.volumeUuid + " for system app " + params.appPackageName in resolveInstallVolume()219 if (existingInfo != null && !Objects.equals(existingInfo.volumeUuid, in resolveInstallVolume()222 + " from " + existingInfo.volumeUuid + " to internal storage"); in resolveInstallVolume()237 if (existingInfo != null) { in resolveInstallVolume()238 if (Objects.equals(existingInfo.volumeUuid, StorageManager.UUID_PRIVATE_INTERNAL) in resolveInstallVolume()[all …]
1698 for (DisplayResolveInfo existingInfo : mDisplayList) { in addResolveInfo()1699 if (resolveInfoMatch(dri.mResolveInfo, existingInfo.mResolveInfo)) { in addResolveInfo()