Searched refs:existingInfo (Results 1 – 5 of 5) sorted by relevance
126 ApplicationInfo existingInfo = null; in getDefaultTestableInterface()128 existingInfo = context.getPackageManager().getApplicationInfo(packageName, in getDefaultTestableInterface()132 return existingInfo; in getDefaultTestableInterface()198 ApplicationInfo existingInfo = testInterface.getExistingAppInfo(context, in resolveInstallVolume() local216 if (existingInfo != null && existingInfo.isSystemApp()) { in resolveInstallVolume()221 + existingInfo.volumeUuid + " for system app " + params.appPackageName in resolveInstallVolume()229 if (existingInfo != null && !Objects.equals(existingInfo.volumeUuid, in resolveInstallVolume()232 + " from " + existingInfo.volumeUuid + " to internal storage"); in resolveInstallVolume()247 if (existingInfo != null) { in resolveInstallVolume()249 if (Objects.equals(existingInfo.volumeUuid, StorageManager.UUID_PRIVATE_INTERNAL)) { in resolveInstallVolume()[all …]
503 FontFileInfo existingInfo = lookupFontFileInfo(fontFileInfo.getPostScriptName()); in addFileToMapIfSameOrNewer() local505 if (existingInfo == null) { in addFileToMapIfSameOrNewer()512 shouldAddToMap = existingInfo.getRevision() <= fontFileInfo.getRevision(); in addFileToMapIfSameOrNewer()515 if (deleteOldFile && existingInfo != null) { in addFileToMapIfSameOrNewer()516 FileUtils.deleteContentsAndDir(existingInfo.getRandomizedFontDir()); in addFileToMapIfSameOrNewer()
634 TransitionInfo existingInfo = null; in notifyActivityLaunching() local641 existingInfo = info; in notifyActivityLaunching()644 if (existingInfo == null && callingUid == info.mLastLaunchedActivity.getUid()) { in notifyActivityLaunching()647 existingInfo = info; in notifyActivityLaunching()653 + " existingInfo=" + existingInfo); in notifyActivityLaunching()656 if (existingInfo == null) { in notifyActivityLaunching()662 return existingInfo.mLaunchingState; in notifyActivityLaunching()
532 for (TargetInfo existingInfo : mCallerTargets) { in shouldAddResolveInfo()534 .resolveInfoMatch(dri.getResolveInfo(), existingInfo.getResolveInfo())) { in shouldAddResolveInfo()
555 for (DisplayResolveInfo existingInfo : mDisplayList) {557 .resolveInfoMatch(dri.getResolveInfo(), existingInfo.getResolveInfo())) {