Searched refs:dstCursor (Results 1 – 1 of 1) sorted by relevance
1298 Cursor dstCursor = mModel.getItem(modelId); in pasteIntoFolder() local1299 if (dstCursor == null) { in pasteIntoFolder()1303 DocumentInfo destination = DocumentInfo.fromDirectoryCursor(dstCursor); in pasteIntoFolder()1323 Cursor dstCursor = mModel.getItem(id); in getDestination() local1324 if (dstCursor == null) { in getDestination()1328 return DocumentInfo.fromDirectoryCursor(dstCursor); in getDestination()