Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java1382 Iterator<String> selectionIter = mSelectionMgr.getSelection().iterator(); in accept() local
1383 while (selectionIter.hasNext()) { in accept()
1384 if (!mAdapter.getStableIds().contains(selectionIter.next())) { in accept()
1385 selectionIter.remove(); in accept()