Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java123 ApplicationInfo existingInfo = null; in getDefaultTestableInterface()
125 existingInfo = context.getPackageManager().getApplicationInfo(packageName, in getDefaultTestableInterface()
129 return existingInfo; in getDefaultTestableInterface()
195 ApplicationInfo existingInfo = testInterface.getExistingAppInfo(context, in resolveInstallVolume() local
213 if (existingInfo != null && existingInfo.isSystemApp()) { in resolveInstallVolume()
218 + existingInfo.volumeUuid + " for system app " + params.appPackageName in resolveInstallVolume()
226 if (existingInfo != null && !Objects.equals(existingInfo.volumeUuid, in resolveInstallVolume()
229 + " from " + existingInfo.volumeUuid + " to internal storage"); in resolveInstallVolume()
244 if (existingInfo != null) { in resolveInstallVolume()
246 if (Objects.equals(existingInfo.volumeUuid, StorageManager.UUID_PRIVATE_INTERNAL)) { in resolveInstallVolume()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLogger.java477 TransitionInfo existingInfo = null; in notifyActivityLaunching() local
484 existingInfo = info; in notifyActivityLaunching()
487 if (existingInfo == null && callingUid == info.mLastLaunchedActivity.getUid()) { in notifyActivityLaunching()
490 existingInfo = info; in notifyActivityLaunching()
496 + " existingInfo=" + existingInfo); in notifyActivityLaunching()
499 if (existingInfo == null) { in notifyActivityLaunching()
506 existingInfo.mLaunchingState.mCurrentTransitionStartTimeNs = transitionStartTimeNs; in notifyActivityLaunching()
507 return existingInfo.mLaunchingState; in notifyActivityLaunching()
/frameworks/base/core/java/com/android/internal/app/
DResolverListAdapter.java437 for (DisplayResolveInfo existingInfo : mDisplayList) {
439 .resolveInfoMatch(dri.getResolveInfo(), existingInfo.getResolveInfo())) {
DChooserListAdapter.java489 for (TargetInfo existingInfo : mCallerTargets) { in shouldAddResolveInfo()
491 .resolveInfoMatch(dri.getResolveInfo(), existingInfo.getResolveInfo())) { in shouldAddResolveInfo()