Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java417 Iterator<IntentFilter> filterIterator = intentFilters.iterator(); in checkIntentFilterAction() local
420 while (filterIterator.hasNext()) { in checkIntentFilterAction()
421 currentFilter = filterIterator.next(); in checkIntentFilterAction()