HomeSort by relevance Sort by last modified time
    Searched refs:existingInfo (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 355 ApplicationInfo existingInfo = null;
357 existingInfo = context.getPackageManager().getApplicationInfo(packageName,
382 if (existingInfo != null && existingInfo.isSystemApp()) {
389 if (existingInfo != null && !Objects.equals(existingInfo.volumeUuid,
392 + existingInfo.volumeUuid + " to internal storage");
402 if (existingInfo != null) {
403 if (Objects.equals(existingInfo.volumeUuid, StorageManager.UUID_PRIVATE_INTERNAL)
406 } else if (allCandidates.contains(existingInfo.volumeUuid))
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/contactinfo/
ContactInfoCache.java 203 ContactInfo existingInfo = mCache.getPossiblyExpired(numberCountryIso);
213 boolean updated = (existingInfo != ContactInfo.EMPTY || isRemoteSource) &&
214 !info.equals(existingInfo);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ConferenceParticipantListAdapter.java 493 ParticipantInfo existingInfo = entry.getValue();
494 mConferenceParticipants.remove(existingInfo);

Completed in 153 milliseconds