/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | AlbumSetSlidingWindow.java | 83 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()
|
D | AlbumLabelMaker.java | 66 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()
|
D | ManageCacheDrawer.java | 73 boolean available = isLocal(entry.sourceType) || chooseToCache; in renderSlot() 87 entry.sourceType, isCaching, chooseToCache, width, height); in renderSlot()
|
/packages/apps/Dialer/src/com/android/dialer/ |
D | PhoneCallDetails.java | 65 public final int sourceType; field in PhoneCallDetails 80 Uri photoUri, int sourceType) { in PhoneCallDetails() argument 94 this.sourceType = sourceType; in PhoneCallDetails()
|
D | CallDetailActivity.java | 634 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/ |
D | CallLogAdapter.java | 396 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()
|
D | ContactInfoHelper.java | 284 public boolean isBusiness(int sourceType) { in isBusiness() argument 286 && mCachedNumberLookupService.isBusiness(sourceType); in isBusiness()
|
D | ContactInfo.java | 46 public int sourceType = 0; field in ContactInfo
|
/packages/apps/Dialer/src/com/android/dialer/service/ |
D | CachedNumberLookupService.java | 36 public boolean isBusiness(int sourceType); in isBusiness() argument
|