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

/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DCachedNumberLookupService.java48 boolean isBusiness(ContactSource.Type sourceType); argument
50 boolean canReportAsInvalid(ContactSource.Type sourceType, String objectId); argument
70 void setSource(ContactSource.Type sourceType, String name, long directoryId); argument
H A DContactInfoHelper.java439 info.sourceType = ContactSource.Type.SOURCE_TYPE_DIRECTORY;
442 info.sourceType = ContactSource.Type.SOURCE_TYPE_EXTENDED;
606 * Given a contact's sourceType, return true if the contact is a business
608 * @param sourceType sourceType of the contact. This is usually populated by {@link
611 public boolean isBusiness(ContactSource.Type sourceType) { argument
612 return cachedNumberLookupService != null && cachedNumberLookupService.isBusiness(sourceType);
619 * @param sourceType The source type to be checked
623 public boolean canReportAsInvalid(ContactSource.Type sourceType, String objectId) { argument
625 && cachedNumberLookupService.canReportAsInvalid(sourceType, objectI
[all...]
H A DContactInfo.java62 public @NonNull ContactSource.Type sourceType = ContactSource.Type.UNKNOWN_SOURCE_TYPE; field in class:ContactInfo
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumLabelMaker.java66 private Bitmap getOverlayAlbumIcon(int sourceType) { argument
67 switch (sourceType) {
118 String title, String count, int sourceType) {
119 return new AlbumLabelJob(title, count, sourceType);
137 public AlbumLabelJob(String title, String count, int sourceType) { argument
140 mSourceType = sourceType;
117 requestLabel( String title, String count, int sourceType) argument
H A DAlbumSetSlidingWindow.java83 public int sourceType; field in class:AlbumSetSlidingWindow.AlbumSetEntry
240 AlbumSetEntry entry, String title, int totalCount, int sourceType) {
243 || entry.sourceType != sourceType;
258 int sourceType = DataSourceType.identifySourceType(album);
259 if (isLabelChanged(entry, title, totalCount, sourceType)) {
262 entry.sourceType = sourceType;
270 slotIndex, title, totalCount, sourceType);
486 int slotIndex, String title, int totalCount, int sourceType) {
239 isLabelChanged( AlbumSetEntry entry, String title, int totalCount, int sourceType) argument
485 AlbumLabelLoader( int slotIndex, String title, int totalCount, int sourceType) argument
[all...]
H A DManageCacheDrawer.java73 boolean available = isLocal(entry.sourceType) || chooseToCache;
87 entry.sourceType, isCaching, chooseToCache, width, height);
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
H A DContactPhotoLoader.java124 helper.isBusiness(contactInfo.sourceType)
H A DContactInfoCache.java200 final boolean isRemoteSource = info.sourceType != Type.UNKNOWN_SOURCE_TYPE;
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
H A DPhoneCallDetails.java85 public ContactSource.Type sourceType; field in class:PhoneCallDetails
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogListItemViewHolder.java421 displayNumber, number, countryIso, callType, info.sourceType);
431 displayNumber, number, countryIso, callType, info.sourceType);
437 displayNumber, number, countryIso, callType, info.sourceType, isSpam, blockId);
442 displayNumber, number, countryIso, callType, info.sourceType);
749 && cachedNumberLookupService.canReportAsInvalid(info.sourceType, info.objectId);
932 cachedNumberLookupService != null && cachedNumberLookupService.isBusiness(info.sourceType),
973 displayNumber, number, countryIso, callType, info.sourceType);
986 displayNumber, number, countryIso, callType, info.sourceType);
995 displayNumber, number, countryIso, callType, info.sourceType, isSpam, blockId);
1002 displayNumber, number, countryIso, callType, info.sourceType);
[all...]
H A DCallLogAdapter.java1074 details.sourceType = info.sourceType;
1099 if (details.sourceType == ContactSource.Type.SOURCE_TYPE_CNAP
1100 || details.sourceType == ContactSource.Type.SOURCE_TYPE_CEQUINT_CALLER_ID) {
H A DPhoneCallDetailsHelper.java483 if (details.sourceType == ContactSource.Type.SOURCE_TYPE_CEQUINT_CALLER_ID) {
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
H A DNumbersAdapter.java102 contactInfoHelper.isBusiness(info.sourceType)
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 648 milliseconds