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.java1154 Iterator<String> selectionIter = mSelectionMgr.getSelection().iterator(); in accept() local
1155 while (selectionIter.hasNext()) { in accept()
1156 if (!mAdapter.getStableIds().contains(selectionIter.next())) { in accept()
1157 selectionIter.remove(); in accept()