Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java121 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() local
206 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 …]
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java1698 for (DisplayResolveInfo existingInfo : mDisplayList) { in addResolveInfo()
1699 if (resolveInfoMatch(dri.mResolveInfo, existingInfo.mResolveInfo)) { in addResolveInfo()