Home
last modified time | relevance | path

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

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABService.java843 private void checkForProfilePhoneNumberDelete(Long profileContactId, in checkForProfilePhoneNumberDelete() argument
846 if (!ContactsContract.isProfileId(profileContactId)) { in checkForProfilePhoneNumberDelete()
847 logger.error("Not a Profile Contact Id : " + profileContactId); in checkForProfilePhoneNumberDelete()
859 profileContactId.toString() + "'"; in checkForProfilePhoneNumberDelete()