Home
last modified time | relevance | path

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

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABService.java782 ArrayList <Long> profileDataIdList = new ArrayList <Long>(); in checkForProfileNumberChanges() local
801 if (profileDataIdList.isEmpty()) { in checkForProfileNumberChanges()
802 profileDataIdList.add(dataId); in checkForProfileNumberChanges()
805 } else if (!profileDataIdList.contains(dataId)) { in checkForProfileNumberChanges()
806 profileDataIdList.add(dataId); in checkForProfileNumberChanges()
816 checkForProfilePhoneNumberDelete(contactId, rawContactId, profileDataIdList); in checkForProfileNumberChanges()
838 Long profileRawContactId, ArrayList<Long> profileDataIdList) { in checkForProfilePhoneNumberDelete() argument
845 int profileContactsDbCount = profileDataIdList.size(); in checkForProfilePhoneNumberDelete()
890 for (int i = 0; i < profileDataIdList.size(); i++) { in checkForProfilePhoneNumberDelete()
891 Long contactDataId = profileDataIdList.get(i); in checkForProfilePhoneNumberDelete()