Home
last modified time | relevance | path

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

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABService.java669 Long contactDataId = Long.valueOf(contactDbCursor.getLong( in checkForPhoneNumberDelete() local
673 " dataId : " + contactDataId); in checkForPhoneNumberDelete()
674 if (eabDataIdList.contains(contactDataId) ) { in checkForPhoneNumberDelete()
675 eabDataIdList.remove(contactDataId); in checkForPhoneNumberDelete()
680 + " with DataId : " + contactDataId + in checkForPhoneNumberDelete()
891 Long contactDataId = profileDataIdList.get(i); in checkForProfilePhoneNumberDelete() local
892 logger.debug("Profile contactDataId : " + contactDataId); in checkForProfilePhoneNumberDelete()
893 if (eabDataIdList.contains(contactDataId) ) { in checkForProfilePhoneNumberDelete()
894 eabDataIdList.remove(contactDataId); in checkForProfilePhoneNumberDelete()
898 logger.error("DataId : " + contactDataId + in checkForProfilePhoneNumberDelete()