Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java882 Cursor dstCursor = mModel.getItem(modelId); in pasteIntoFolder() local
883 if (dstCursor == null) { in pasteIntoFolder()
887 DocumentInfo destination = DocumentInfo.fromDirectoryCursor(dstCursor); in pasteIntoFolder()
992 Cursor dstCursor = mModel.getItem(id); in getDestination() local
993 if (dstCursor == null) { in getDestination()
997 return DocumentInfo.fromDirectoryCursor(dstCursor); in getDestination()