Home
last modified time | relevance | path

Searched refs:canOpenWith (Results 1 – 5 of 5) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestSelectionDetails.java35 public boolean canOpenWith; field in TestSelectionDetails
79 public boolean canOpenWith() { in canOpenWith() method in TestSelectionDetails
80 return canOpenWith; in canOpenWith()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DMenuManagerTest.java376 selectionDetails.canOpenWith = true; in testActionMenu_CanOpenWith()
385 selectionDetails.canOpenWith = false; in testActionMenu_NoOpenWith()
587 selectionDetails.canOpenWith = true; in testContextMenu_OnFile_CanOpenWith()
595 selectionDetails.canOpenWith = false; in testContextMenu_OnFile_NoOpenWith()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DSelectionMetadata.java171 public boolean canOpenWith() { in canOpenWith() method in SelectionMetadata
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DMenuManager.java161 openWith.setEnabled(selectionDetails.canOpenWith()); in updateOpenWith()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMenuManager.java379 boolean canOpenWith(); in canOpenWith() method