HomeSort by relevance Sort by last modified time
    Searched refs:destDoc (Results 1 - 6 of 6) sorted by null

  /packages/apps/DocumentsUI/src/com/android/documentsui/
DragAndDropManager.java 107 * @param destDoc the destination document. Can be null if this is TBD. Must be a folder.
111 View v, RootInfo destRoot, @Nullable DocumentInfo destDoc);
309 View v, RootInfo destRoot, @Nullable DocumentInfo destDoc) {
313 mDestDoc = destDoc;
320 if (destDoc == null) {
325 assert(destDoc.isDirectory());
327 if (!destDoc.isCreateSupported() || mInvalidDest.contains(destDoc.derivedUri)) {
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestDragAndDropManager.java 64 public int updateState(View v, RootInfo destRoot, @Nullable DocumentInfo destDoc) {
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
FileOperationServiceTest.java 365 DocumentInfo destDoc = new DocumentInfo();
366 destDoc.derivedUri = destination;
367 return destDoc;
  /external/libxml2/
tree.c     [all...]
testapi.c     [all...]
  /external/libxml2/include/libxml/
tree.h     [all...]

Completed in 185 milliseconds