Home
last modified time | relevance | path

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

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABService.java845 int profileContactsDbCount = profileDataIdList.size(); in checkForProfilePhoneNumberDelete() local
846 logger.error("profileContactsDbCount size : " + profileContactsDbCount); in checkForProfilePhoneNumberDelete()
862 if (0 == profileContactsDbCount && 0 == eabDbCursorCount) { in checkForProfilePhoneNumberDelete()
866 if (profileContactsDbCount == eabDbCursorCount) { in checkForProfilePhoneNumberDelete()
869 } else if (profileContactsDbCount > eabDbCursorCount) { in checkForProfilePhoneNumberDelete()
871 } else if (profileContactsDbCount < eabDbCursorCount) { in checkForProfilePhoneNumberDelete()