Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestSelectionDetails.java37 public boolean canViewInOwner; field in TestSelectionDetails
90 public boolean canViewInOwner() { in canViewInOwner() method in TestSelectionDetails
91 return canViewInOwner; in canViewInOwner()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DSelectionMetadata.java177 public boolean canViewInOwner() { in canViewInOwner() method in SelectionMetadata
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DMenuManagerTest.java330 selectionDetails.canViewInOwner = true; in testActionsMenu_canViewInOwner()
351 selectionDetails.canViewInOwner = true; in testActionsMenu_cantViewInOwner_noSelection()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DMenuManager.java318 if (selectionDetails.canViewInOwner() &&
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMenuManager.java478 boolean canViewInOwner(); in canViewInOwner() method