Home
last modified time | relevance | path

Searched refs:contactNumberUtils (Results 1 – 2 of 2) sorted by relevance

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABProvider.java434 ContactNumberUtils contactNumberUtils = ContactNumberUtils.getDefault(); in verifyIfMdnExists() local
440 if(contactNumberUtils.format(formattedNumber).equals( in verifyIfMdnExists()
441 contactNumberUtils.format(eabFormattedNumber))) { in verifyIfMdnExists()
DEABContactManager.java942 ContactNumberUtils contactNumberUtils = ContactNumberUtils.getDefault(); in update() local
946 " formatedNumber in DB=" + contactNumberUtils.format(numberInDB)); in update()
947 if(number.equals(contactNumberUtils.format(numberInDB))) { in update()