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.java675 Long contactDataId = Long.valueOf(contactDbCursor.getLong( in checkForPhoneNumberDelete() local
679 " dataId : " + contactDataId); in checkForPhoneNumberDelete()
680 if (eabDataIdList.contains(contactDataId) ) { in checkForPhoneNumberDelete()
681 eabDataIdList.remove(contactDataId); in checkForPhoneNumberDelete()
686 + " with DataId : " + contactDataId + in checkForPhoneNumberDelete()
897 Long contactDataId = profileDataIdList.get(i); in checkForProfilePhoneNumberDelete() local
898 logger.debug("Profile contactDataId : " + contactDataId); in checkForProfilePhoneNumberDelete()
899 if (eabDataIdList.contains(contactDataId) ) { in checkForProfilePhoneNumberDelete()
900 eabDataIdList.remove(contactDataId); in checkForProfilePhoneNumberDelete()
904 logger.error("DataId : " + contactDataId + in checkForProfilePhoneNumberDelete()