Home
last modified time | relevance | path

Searched refs:updateContextMenu (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DMenuManager.java166 updateContextMenu(menu, selectionDetails); in updateContextMenuForFiles()
191 updateContextMenu(menu, selectionDetails); in updateContextMenuForDirs()
200 public void updateContextMenu(Menu menu, SelectionDetails selectionDetails) { in updateContextMenu() method in MenuManager
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
H A DMenuManagerTest.java429 mgr.updateContextMenu(testMenu, selectionDetails); in testContextMenu_OnMixedDocs()
442 mgr.updateContextMenu(testMenu, selectionDetails); in testContextMenu_OnMixedDocs_hasPartialFile()
454 mgr.updateContextMenu(testMenu, selectionDetails); in testContextMenu_OnMixedDocs_hasUndeletableFile()
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
H A DMenuManagerTest.java667 mgr.updateContextMenu(testMenu, selectionDetails); in testContextMenu_OnMixedDocs()
680 mgr.updateContextMenu(testMenu, selectionDetails); in testContextMenu_OnMixedDocs_hasPartialFile()
692 mgr.updateContextMenu(testMenu, selectionDetails); in testContextMenu_OnMixedDocs_hasUndeletableFile()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DMenuManager.java138 updateContextMenu(menu, selectionDetails); in inflateContextMenuForDocs()