Searched refs:destDoc (Results 1 – 3 of 3) sorted by relevance
112 View v, RootInfo destRoot, @Nullable DocumentInfo destDoc); in updateState() argument310 View v, RootInfo destRoot, @Nullable DocumentInfo destDoc) { in updateState() argument314 mDestDoc = destDoc; in updateState()321 if (destDoc == null) { in updateState()326 assert(destDoc.isDirectory()); in updateState()328 if (!destDoc.isCreateSupported() || mInvalidDest.contains(destDoc.derivedUri)) { in updateState()
395 DocumentInfo destDoc = new DocumentInfo(); in createDoc() local396 destDoc.derivedUri = destination; in createDoc()397 return destDoc; in createDoc()
64 public int updateState(View v, RootInfo destRoot, @Nullable DocumentInfo destDoc) { in updateState() argument