Searched refs:isBusiness (Results 1 - 7 of 7) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/service/
H A DPhoneNumberService.java63 public boolean isBusiness(); method in interface:PhoneNumberService.PhoneNumberInfo
/packages/apps/Dialer/src/com/android/dialer/service/
H A DCachedNumberLookupService.java36 public boolean isBusiness(int sourceType); method in interface:CachedNumberLookupService
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DQuickContactImageView.java62 public void setIsBusiness(boolean isBusiness) { argument
63 mIsBusiness = isBusiness;
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DContactInfoHelper.java291 public boolean isBusiness(int sourceType) { method in class:ContactInfoHelper
293 && mCachedNumberLookupService.isBusiness(sourceType);
H A DCallLogAdapter.java788 } else if (mContactInfoHelper.isBusiness(info.sourceType)) {
/packages/apps/Dialer/src/com/android/dialer/
H A DCallDetailActivity.java473 final boolean isBusiness = mContactInfoHelper.isBusiness(firstDetails.sourceType);
477 isBusiness ? ContactPhotoManager.TYPE_BUSINESS :
/packages/apps/InCallUI/src/com/android/incallui/
H A DContactInfoCache.java240 if (info.getImageUrl() == null && info.isBusiness()) {

Completed in 301 milliseconds