Searched defs:actualSet (Results 1 – 4 of 4) sorted by relevance
258 HashSet<RadioManager.ProgramInfo> actualSet = new HashSet<>(); in verifyChunkListModified() local284 HashSet<ProgramSelector.Identifier> actualSet = new HashSet<>(); in verifyChunkListRemoved() local
378 ArraySet<RadioManager.ProgramInfo> actualSet = new ArraySet<>(); in verifyChunkListModified() local398 ArraySet<ProgramSelector.Identifier> actualSet = new ArraySet<>(); in verifyChunkListRemoved() local
118 val actualSet: HashSet<T> = HashSet(actual) in assertSameElements() constant
205 HashSet<?> actualSet = new HashSet<>(actual); in assertListEqualsIgnoringOrder() local