Home
last modified time | relevance | path

Searched refs:canPasteInto (Results 1 – 6 of 6) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestSelectionDetails.java33 public boolean canPasteInto; field in TestSelectionDetails
74 public boolean canPasteInto() { in canPasteInto() method in TestSelectionDetails
75 return canPasteInto; in canPasteInto()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DMenuManagerTest.java611 selectionDetails.canPasteInto = true; in testContextMenu_OnWritableDirectory()
627 selectionDetails.canPasteInto = false; in testContextMenu_OnNonWritableDirectory()
650 selectionDetails.canPasteInto = true; in testContextMenu_OnWritableDirectory_NothingToPaste()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DSelectionMetadata.java166 public boolean canPasteInto() { in canPasteInto() method in SelectionMetadata
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DMenuManager.java208 pasteInto.setEnabled(selectionDetails.canPasteInto() && mDirDetails.hasItemsToPaste()); in updatePasteInto()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMenuManager.java375 boolean canPasteInto(); in canPasteInto() method
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DMenuManagerTest.java398 selectionDetails.canPasteInto = true; in testContextMenu_OnDirectory()