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