Home
last modified time | relevance | path

Searched refs:CallerInfoUtils (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DCallerInfoUtils.java43 public class CallerInfoUtils { class
45 private static final String TAG = CallerInfoUtils.class.getSimpleName();
49 public CallerInfoUtils() {} in CallerInfoUtils() method in CallerInfoUtils
DCallCardPresenter.java472 CallerInfoUtils.isVoiceMailNumber(mContext, mPrimary), in updatePrimaryCallState()
574 CallerInfoUtils.sendViewNotification(mContext, entry.contactUri); in onContactInfoComplete()
687 CallerInfoUtils.getConferenceString( in updatePrimaryDisplayInfo()
880 CallerInfoUtils.getConferenceString( in updateSecondaryDisplayInfo()
DContactInfoCache.java142 final CallerInfo info = CallerInfoUtils.buildCallerInfo(context, call); in buildCacheEntryFromCall()
396 CallerInfoUtils.getCallerInfoForCall( in findInfo()
DStatusBarNotifier.java575 return CallerInfoUtils.getConferenceString( in getContentTitle()
617 CallerInfoUtils.isVoiceMailNumber(context, call), in getLargeIconToDisplay()
DExternalCallNotifier.java385 return CallerInfoUtils.getConferenceString( in getContentTitle()
DCallButtonPresenter.java114 if (CallerInfoUtils.isVoiceMailNumber(mContext, mCall) && getActivity() != null) { in onStateChange()
DCallerInfoAsyncQuery.java322 CallerInfoUtils.buildCachedContactInfo(cachedNumberLookupService, ci); in addCallerInfoIntoCache()
DInCallPresenter.java823 && !CallerInfoUtils.isVoiceMailNumber(mContext, call)) { in onDisconnect()