Home
last modified time | relevance | path

Searched defs:actualSet (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
H A DProgramInfoCacheTest.java258 HashSet<RadioManager.ProgramInfo> actualSet = new HashSet<>(); in verifyChunkListModified() local
284 HashSet<ProgramSelector.Identifier> actualSet = new HashSet<>(); in verifyChunkListRemoved() local
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
H A DProgramInfoCacheTest.java378 ArraySet<RadioManager.ProgramInfo> actualSet = new ArraySet<>(); in verifyChunkListModified() local
398 ArraySet<ProgramSelector.Identifier> actualSet = new ArraySet<>(); in verifyChunkListRemoved() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DThermalManagerServiceTest.java205 HashSet<?> actualSet = new HashSet<>(actual); in assertListEqualsIgnoringOrder() local