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.java788 ArrayList <Long> profileDataIdList = new ArrayList <Long>(); in checkForProfileNumberChanges() local
807 if (profileDataIdList.isEmpty()) { in checkForProfileNumberChanges()
808 profileDataIdList.add(dataId); in checkForProfileNumberChanges()
811 } else if (!profileDataIdList.contains(dataId)) { in checkForProfileNumberChanges()
812 profileDataIdList.add(dataId); in checkForProfileNumberChanges()
822 checkForProfilePhoneNumberDelete(contactId, rawContactId, profileDataIdList); in checkForProfileNumberChanges()
844 Long profileRawContactId, ArrayList<Long> profileDataIdList) { in checkForProfilePhoneNumberDelete() argument
851 int profileContactsDbCount = profileDataIdList.size(); in checkForProfilePhoneNumberDelete()
896 for (int i = 0; i < profileDataIdList.size(); i++) { in checkForProfilePhoneNumberDelete()
897 Long contactDataId = profileDataIdList.get(i); in checkForProfilePhoneNumberDelete()