Home
last modified time | relevance | path

Searched refs:sourceType (Results 1 – 9 of 9) 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/src/com/android/dialer/
DPhoneCallDetails.java65 public final int sourceType; field in PhoneCallDetails
80 Uri photoUri, int sourceType) { in PhoneCallDetails() argument
94 this.sourceType = sourceType; in PhoneCallDetails()
DCallDetailActivity.java634 final boolean isBusiness = mContactInfoHelper.isBusiness(firstDetails.sourceType); in updateData()
708 int sourceType; in getPhoneCallDetailsForUri() local
723 sourceType = 0; in getPhoneCallDetailsForUri()
731 sourceType = info.sourceType; in getPhoneCallDetailsForUri()
736 nameText, numberType, numberLabel, lookupUri, photoUri, sourceType); in getPhoneCallDetailsForUri()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java396 final boolean isRemoteSource = info.sourceType != 0; in queryContactInfo()
618 final int sourceType = info.sourceType; in bindView() local
628 duration, name, ntype, label, lookupUri, photoUri, sourceType); in bindView()
641 } else if (mContactInfoHelper.isBusiness(info.sourceType)) { in bindView()
DContactInfoHelper.java284 public boolean isBusiness(int sourceType) { in isBusiness() argument
286 && mCachedNumberLookupService.isBusiness(sourceType); in isBusiness()
DContactInfo.java46 public int sourceType = 0; field in ContactInfo
/packages/apps/Dialer/src/com/android/dialer/service/
DCachedNumberLookupService.java36 public boolean isBusiness(int sourceType); in isBusiness() argument