Searched refs:contactDataId (Results 1 – 1 of 1) sorted by relevance
669 Long contactDataId = Long.valueOf(contactDbCursor.getLong( in checkForPhoneNumberDelete() local673 " 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() local892 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()