Searched refs:profileDataIdList (Results 1 – 1 of 1) sorted by relevance
782 ArrayList <Long> profileDataIdList = new ArrayList <Long>(); in checkForProfileNumberChanges() local801 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() argument845 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()