Searched refs:toBeRemoved (Results 1 – 2 of 2) sorted by relevance
184 ArrayList<ContactIdPair> toBeRemoved = new ArrayList<>(); in assertContactsInDeleteLogEventually() local189 toBeRemoved.add(ids); in assertContactsInDeleteLogEventually()194 remaining.removeAll(toBeRemoved); in assertContactsInDeleteLogEventually()214 ArrayList<ContactIdPair> toBeRemoved = new ArrayList<>(); in assertContactsDeletedEventually() local217 toBeRemoved.add(ids); in assertContactsDeletedEventually()220 remaining.removeAll(toBeRemoved); in assertContactsDeletedEventually()
346 ArrayList<Size> toBeRemoved = new ArrayList<>(); in testAvailableStreamConfigs() local350 toBeRemoved.add(size); in testAvailableStreamConfigs()353 jpegSizesList.removeAll(toBeRemoved); in testAvailableStreamConfigs()