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.java36 public boolean canViewInOwner; field in TestSelectionDetails
84 public boolean canViewInOwner() { in canViewInOwner() method in TestSelectionDetails
85 return canViewInOwner; in canViewInOwner()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DSelectionMetadata.java161 public boolean canViewInOwner() { in canViewInOwner() method in SelectionMetadata
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DMenuManagerTest.java308 selectionDetails.canViewInOwner = true; in testActionsMenu_canViewInOwner()
329 selectionDetails.canViewInOwner = true; in testActionsMenu_cantViewInOwner_noSelection()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DMenuManager.java276 if (selectionDetails.canViewInOwner() &&
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMenuManager.java412 boolean canViewInOwner(); in canViewInOwner() method