Searched refs:existingInfo (Results 1 – 2 of 2) sorted by relevance
123 ApplicationInfo existingInfo = null; in getDefaultTestableInterface()125 existingInfo = context.getPackageManager().getApplicationInfo(packageName, in getDefaultTestableInterface()129 return existingInfo; in getDefaultTestableInterface()178 ApplicationInfo existingInfo = testInterface.getExistingAppInfo(context, in resolveInstallVolume() local208 if (existingInfo != null && existingInfo.isSystemApp()) { in resolveInstallVolume()213 + existingInfo.volumeUuid + " for system app " + params.appPackageName in resolveInstallVolume()221 if (existingInfo != null && !Objects.equals(existingInfo.volumeUuid, in resolveInstallVolume()224 + " from " + existingInfo.volumeUuid + " to internal storage"); in resolveInstallVolume()239 if (existingInfo != null) { in resolveInstallVolume()240 if (Objects.equals(existingInfo.volumeUuid, StorageManager.UUID_PRIVATE_INTERNAL) in resolveInstallVolume()[all …]
1993 for (DisplayResolveInfo existingInfo : mDisplayList) {1994 if (resolveInfoMatch(dri.mResolveInfo, existingInfo.mResolveInfo)) {