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

  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 121 ApplicationInfo existingInfo = null;
123 existingInfo = context.getPackageManager().getApplicationInfo(packageName,
127 return existingInfo;
176 ApplicationInfo existingInfo = testInterface.getExistingAppInfo(context,
206 if (existingInfo != null && existingInfo.isSystemApp()) {
211 + existingInfo.volumeUuid + " for system app " + params.appPackageName
219 if (existingInfo != null && !Objects.equals(existingInfo.volumeUuid,
222 + " from " + existingInfo.volumeUuid + " to internal storage")
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
ContactInfoCache.java 198 ContactInfo existingInfo = cache.getPossiblyExpired(numberCountryIso);
208 (!Objects.equals(existingInfo, ContactInfo.EMPTY) || isRemoteSource)
209 && !info.equals(existingInfo);
  /packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/
Cp2DefaultDirectoryPhoneLookup.java 487 Cp2Info existingInfo = entry.getValue();
490 Cp2Info.Builder infoBuilder = Cp2Info.newBuilder(existingInfo);
564 Cp2Info existingInfo = entry.getValue();
575 if (existingInfo.getCp2ContactInfoCount() == 0) {
581 for (Cp2ContactInfo cp2ContactInfo : existingInfo.getCp2ContactInfoList()) {
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/calllog/datasources/phonelookup/
PhoneLookupDataSource.java 470 ImmutableMap<Long, PhoneLookupInfo> existingInfo, CallLogMutations mutations) {
474 PhoneLookupInfo phoneLookupInfo = existingInfo.get(id);
  /packages/apps/Dialer/java/com/android/incallui/
ConferenceParticipantListAdapter.java 425 ParticipantInfo existingInfo = entry.getValue();
426 this.conferenceParticipants.remove(existingInfo);
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java     [all...]

Completed in 139 milliseconds