Searched refs:contactListToInsert (Results 1 – 1 of 1) sorted by relevance
978 ArrayList<PresenceContact> contactListToInsert = new ArrayList<PresenceContact>(); in handlePhoneNumberInsertion() local979 contactListToInsert.add(new PresenceContact(contactName, phoneNumber, formattedNumber, in handlePhoneNumberInsertion()983 contactListToInsert); in handlePhoneNumberInsertion() local1000 ArrayList<PresenceContact> contactListToInsert = new ArrayList<PresenceContact>(); in handlePhoneNumberChanged() local1025 contactListToInsert.add(new PresenceContact(contactName, in handlePhoneNumberChanged()1028 EABDbUtil.addContactsToEabDb(getApplicationContext(), contactListToInsert); in handlePhoneNumberChanged() local