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 342 ApplicationInfo existingInfo = null;
344 existingInfo = context.getPackageManager().getApplicationInfo(packageName,
365 if (existingInfo != null) {
366 if ((existingInfo.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) {
  /packages/apps/InCallUI/src/com/android/incallui/
ConferenceParticipantListAdapter.java 467 ParticipantInfo existingInfo = entry.getValue();
468 mConferenceParticipants.remove(existingInfo);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 505 ContactInfo existingInfo = mContactInfoCache.getPossiblyExpired(numberCountryIso);
515 boolean updated = (existingInfo != ContactInfo.EMPTY || isRemoteSource) &&
516 !info.equals(existingInfo);
    [all...]

Completed in 245 milliseconds