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.java1159 Cursor dstCursor = mModel.getItem(modelId); in pasteIntoFolder() local
1160 if (dstCursor == null) { in pasteIntoFolder()
1164 DocumentInfo destination = DocumentInfo.fromDirectoryCursor(dstCursor); in pasteIntoFolder()
1184 Cursor dstCursor = mModel.getItem(id); in getDestination() local
1185 if (dstCursor == null) { in getDestination()
1189 return DocumentInfo.fromDirectoryCursor(dstCursor); in getDestination()