Searched refs:dstCursor (Results 1 – 1 of 1) sorted by relevance
1231 Cursor dstCursor = mModel.getItem(modelId); in pasteIntoFolder() local1232 if (dstCursor == null) { in pasteIntoFolder()1236 DocumentInfo destination = DocumentInfo.fromDirectoryCursor(dstCursor); in pasteIntoFolder()1256 Cursor dstCursor = mModel.getItem(id); in getDestination() local1257 if (dstCursor == null) { in getDestination()1261 return DocumentInfo.fromDirectoryCursor(dstCursor); in getDestination()