HomeSort by relevance Sort by last modified time
    Searched refs:CallerInfoUtils (Results 1 - 6 of 6) sorted by null

  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
CallerInfoUtilsTest.java 25 assertEquals("xxx@xxx.xxx", CallerInfoUtils.toLogSafePhoneNumber("foo@foo.com"));
29 assertEquals("xxx-xxx-xxxx", CallerInfoUtils.toLogSafePhoneNumber("123-456-6789"));
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallerInfoUtils.java 25 public class CallerInfoUtils {
27 private static final String TAG = CallerInfoUtils.class.getSimpleName();
32 public CallerInfoUtils() {
ContactInfoCache.java 108 final CallerInfo info = CallerInfoUtils.buildCallerInfo(context, call);
208 final CallerInfo callerInfo = CallerInfoUtils.getCallerInfoForCall(
CallButtonPresenter.java 112 if (CallerInfoUtils.isVoiceMailNumber(ui.getContext(), mCall)) {
CallerInfoAsyncQuery.java 536 CachedContactInfo cachedContactInfo = CallerInfoUtils
CallCardPresenter.java 606 CallerInfoUtils.sendViewNotification(mContext, entry.contactUri);
    [all...]

Completed in 7571 milliseconds