Searched refs:getModified (Results 1 – 10 of 10) sorted by relevance
259 int chunk0NumModified = chunks.get(0).getModified().size(); in verifyChunkListModified()261 Set<RadioManager.ProgramInfo> chunkModified = chunk.getModified(); in verifyChunkListModified()
364 .that(chunk.getModified()).containsExactly(dabInfo); in chunkFromHalProgramListChunk_withValidChunk()388 .that(chunk.getModified()).isEmpty(); in chunkFromHalProgramListChunk_withInvalidModifiedProgramInfo()448 .that(convertedChunk.getModified()).containsExactly(fmProgramInfo); in convertChunkToTargetSdkVersion_withLowerSdkVersion()
380 Set<RadioManager.ProgramInfo> chunkModified = chunks.get(i).getModified(); in verifyChunkListModified()
218 chunk.getModified().stream().forEach(info -> putLocked(info, changedList)); in apply()511 public @NonNull Set<RadioManager.ProgramInfo> getModified() { in getModified() method in ProgramList.Chunk
199 for (RadioManager.ProgramInfo info : chunk.getModified()) { in filterAndApplyChunkInternal()
634 Iterator<RadioManager.ProgramInfo> modifiedIterator = chunk.getModified().iterator(); in convertChunkToTargetSdkVersion()
178 for (RadioManager.ProgramInfo info : chunk.getModified()) { in filterAndApplyChunkInternal()
239 .that(chunk.getModified()).containsExactly(FM_PROGRAM_INFO, RDS_PROGRAM_INFO); in getModified_forChunk()
3786 HSPLandroidx/compose/runtime/snapshots/MutableSnapshot;->getModified$runtime_release()Ljava/util/Se…
21724 Landroid/hardware/radio/ProgramList$Chunk;->getModified()Ljava/util/Set;