Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestSelectionDetails.java36 public boolean canViewInOwner; field in TestSelectionDetails
84 public boolean canViewInOwner() { in canViewInOwner() method in TestSelectionDetails
85 return canViewInOwner; in canViewInOwner()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DSelectionMetadata.java161 public boolean canViewInOwner() { in canViewInOwner() method in SelectionMetadata
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
H A DMenuManagerTest.java308 selectionDetails.canViewInOwner = true; in testActionsMenu_canViewInOwner()
329 selectionDetails.canViewInOwner = true; in testActionsMenu_cantViewInOwner_noSelection()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DMenuManager.java276 if (selectionDetails.canViewInOwner() &&
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DMenuManager.java412 boolean canViewInOwner(); in canViewInOwner() method