Home
last modified time | relevance | path

Searched refs:sourceType (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumSetSlidingWindow.java83 public int sourceType; field in AlbumSetSlidingWindow.AlbumSetEntry
240 AlbumSetEntry entry, String title, int totalCount, int sourceType) { in isLabelChanged() argument
243 || entry.sourceType != sourceType; in isLabelChanged()
258 int sourceType = DataSourceType.identifySourceType(album); in updateAlbumSetEntry() local
259 if (isLabelChanged(entry, title, totalCount, sourceType)) { in updateAlbumSetEntry()
262 entry.sourceType = sourceType; in updateAlbumSetEntry()
270 slotIndex, title, totalCount, sourceType); in updateAlbumSetEntry()
486 int slotIndex, String title, int totalCount, int sourceType) { in AlbumLabelLoader() argument
490 mSourceType = sourceType; in AlbumLabelLoader()
543 entry.title, entry.totalCount, entry.sourceType); in onSlotSizeChanged()
DAlbumLabelMaker.java66 private Bitmap getOverlayAlbumIcon(int sourceType) { in getOverlayAlbumIcon() argument
67 switch (sourceType) { in getOverlayAlbumIcon()
118 String title, String count, int sourceType) { in requestLabel() argument
119 return new AlbumLabelJob(title, count, sourceType); in requestLabel()
137 public AlbumLabelJob(String title, String count, int sourceType) { in AlbumLabelJob() argument
140 mSourceType = sourceType; in AlbumLabelJob()
DManageCacheDrawer.java73 boolean available = isLocal(entry.sourceType) || chooseToCache; in renderSlot()
87 entry.sourceType, isCaching, chooseToCache, width, height); in renderSlot()
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DCachedNumberLookupService.java46 boolean isBusiness(ContactSource.Type sourceType); in isBusiness() argument
48 boolean canReportAsInvalid(ContactSource.Type sourceType, String objectId); in canReportAsInvalid() argument
68 void setSource(ContactSource.Type sourceType, String name, long directoryId); in setSource() argument
DContactInfoHelper.java420 info.sourceType = ContactSource.Type.SOURCE_TYPE_DIRECTORY; in queryContactInfoForPhoneNumber()
423 info.sourceType = ContactSource.Type.SOURCE_TYPE_EXTENDED; in queryContactInfoForPhoneNumber()
592 public boolean isBusiness(ContactSource.Type sourceType) { in isBusiness() argument
593 return cachedNumberLookupService != null && cachedNumberLookupService.isBusiness(sourceType); in isBusiness()
604 public boolean canReportAsInvalid(ContactSource.Type sourceType, String objectId) { in canReportAsInvalid() argument
606 && cachedNumberLookupService.canReportAsInvalid(sourceType, objectId); in canReportAsInvalid()
633 info.sourceType = ContactSource.Type.SOURCE_TYPE_CEQUINT_CALLER_ID; in updateFromCequintCallerId()
DContactInfo.java62 public @NonNull ContactSource.Type sourceType = ContactSource.Type.UNKNOWN_SOURCE_TYPE; field in ContactInfo
/packages/apps/Dialer/java/com/android/dialer/phonelookup/consolidator/
DPhoneLookupInfoConsolidator.java120 ContactSource.Type sourceType = in getContactSource() local
122 if (sourceType == null) { in getContactSource()
123 sourceType = ContactSource.Type.UNKNOWN_SOURCE_TYPE; in getContactSource()
125 return sourceType; in getContactSource()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogListItemViewHolder.java414 displayNumber, number, countryIso, callType, info.sourceType); in onMenuItemClick()
424 displayNumber, number, countryIso, callType, info.sourceType); in onMenuItemClick()
430 displayNumber, number, countryIso, callType, info.sourceType, isSpam, blockId); in onMenuItemClick()
435 displayNumber, number, countryIso, callType, info.sourceType); in onMenuItemClick()
775 && cachedNumberLookupService.canReportAsInvalid(info.sourceType, info.objectId); in bindActionButtons()
959 cachedNumberLookupService != null && cachedNumberLookupService.isBusiness(info.sourceType), in getContactType()
1000 displayNumber, number, countryIso, callType, info.sourceType); in onClick()
1013 displayNumber, number, countryIso, callType, info.sourceType); in onClick()
1022 displayNumber, number, countryIso, callType, info.sourceType, isSpam, blockId); in onClick()
1029 displayNumber, number, countryIso, callType, info.sourceType); in onClick()
[all …]
DCallLogAdapter.java1087 details.sourceType = info.sourceType; in loadData()
1112 if (details.sourceType == ContactSource.Type.SOURCE_TYPE_CNAP in getNumberType()
1113 || details.sourceType == ContactSource.Type.SOURCE_TYPE_CEQUINT_CALLER_ID) { in getNumberType()
1500 && contactInfo.sourceType == Type.SOURCE_TYPE_DIRECTORY) { in logCp2Metrics()
DPhoneCallDetailsHelper.java138 if (details.sourceType == ContactSource.Type.SOURCE_TYPE_CEQUINT_CALLER_ID) { in shouldShowLocation()
142 && cachedNumberLookupService.isBusiness(details.sourceType)) { in shouldShowLocation()
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactPhotoLoader.java124 helper.isBusiness(contactInfo.sourceType) in createLetterTileDrawable()
DContactInfoCache.java200 final boolean isRemoteSource = info.sourceType != Type.UNKNOWN_SOURCE_TYPE; in queryContactInfo()
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DPhoneCallDetails.java85 public ContactSource.Type sourceType; field in PhoneCallDetails
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
DNumbersAdapter.java99 contactInfoHelper.isBusiness(info.sourceType) in loadContactPhoto()