Home
last modified time | relevance | path

Searched refs:programsIterator (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DProgramList.java207 programsIterator = mPrograms.entrySet().iterator(); in apply() local
208 while (programsIterator.hasNext()) { in apply()
209 RadioManager.ProgramInfo removed = programsIterator.next().getValue(); in apply()
213 programsIterator.remove(); in apply()