Home
last modified time | relevance | path

Searched defs:destDoc (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestDragAndDropManager.java64 public int updateState(View v, RootInfo destRoot, @Nullable DocumentInfo destDoc) { in updateState()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DDragAndDropManager.java112 View v, RootInfo destRoot, @Nullable DocumentInfo destDoc); in updateState()
310 View v, RootInfo destRoot, @Nullable DocumentInfo destDoc) { in updateState()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
DFileOperationServiceTest.java395 DocumentInfo destDoc = new DocumentInfo(); in createDoc() local