Searched refs:destDoc (Results 1 – 3 of 3) sorted by relevance
111 View v, RootInfo destRoot, @Nullable DocumentInfo destDoc); in updateState() argument309 View v, RootInfo destRoot, @Nullable DocumentInfo destDoc) { in updateState() argument313 mDestDoc = destDoc; in updateState()320 if (destDoc == null) { in updateState()325 assert(destDoc.isDirectory()); in updateState()327 if (!destDoc.isCreateSupported() || mInvalidDest.contains(destDoc.derivedUri)) { in updateState()
365 DocumentInfo destDoc = new DocumentInfo(); in createDoc() local366 destDoc.derivedUri = destination; in createDoc()367 return destDoc; in createDoc()
64 public int updateState(View v, RootInfo destRoot, @Nullable DocumentInfo destDoc) { in updateState() argument