Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/radio/
DProgramList.java209 programsIterator = mPrograms.entrySet().iterator(); in apply() local
210 while (programsIterator.hasNext()) { in apply()
212 RadioManager.ProgramInfo>> removed = programsIterator.next(); in apply()
216 programsIterator.remove(); in apply()