Searched refs:dstCursor (Results 1 – 1 of 1) sorted by relevance
882 Cursor dstCursor = mModel.getItem(modelId); in pasteIntoFolder() local883 if (dstCursor == null) { in pasteIntoFolder()887 DocumentInfo destination = DocumentInfo.fromDirectoryCursor(dstCursor); in pasteIntoFolder()992 Cursor dstCursor = mModel.getItem(id); in getDestination() local993 if (dstCursor == null) { in getDestination()997 return DocumentInfo.fromDirectoryCursor(dstCursor); in getDestination()