Searched refs:toBeRemoved (Results 1 – 2 of 2) sorted by relevance
311 ArrayList<ContactIdPair> toBeRemoved = new ArrayList<>(); in assertContactsInDeleteLogEventually() local316 toBeRemoved.add(ids); in assertContactsInDeleteLogEventually()321 remaining.removeAll(toBeRemoved); in assertContactsInDeleteLogEventually()341 ArrayList<ContactIdPair> toBeRemoved = new ArrayList<>(); in assertContactsDeletedEventually() local344 toBeRemoved.add(ids); in assertContactsDeletedEventually()347 remaining.removeAll(toBeRemoved); in assertContactsDeletedEventually()
444 ArrayList<Size> toBeRemoved = new ArrayList<>(); in testAvailableStreamConfigs() local448 toBeRemoved.add(size); in testAvailableStreamConfigs()451 jpegSizesList.removeAll(toBeRemoved); in testAvailableStreamConfigs()