Searched refs:rawContactsIds (Results 1 – 1 of 1) sorted by relevance
3916 ArrayList<Long> rawContactsIds = new ArrayList<>(); in deleteRawContact() local3917 rawContactsIds.add(rawContactId); in deleteRawContact()3918 count = deleteRawContactsImmediately(db, rawContactsIds); in deleteRawContact()