Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java1446 Iterator<String> selectionIter = mSelectionMgr.getSelection().iterator(); in accept() local
1447 while (selectionIter.hasNext()) { in accept()
1448 if (!mAdapter.getStableIds().contains(selectionIter.next())) { in accept()
1449 selectionIter.remove(); in accept()