Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DMenuManagerTest.java314 mgr.updateContextMenuForContainer(testMenu); in testContextMenu_EmptyArea()
329 mgr.updateContextMenuForContainer(testMenu); in testContextMenu_EmptyArea_NoItemToPaste()
344 mgr.updateContextMenuForContainer(testMenu); in testContextMenu_EmptyArea_CantCreateDoc()
359 mgr.updateContextMenuForContainer(testMenu); in testContextMenu_EmptyArea_canPaste()
373 mgr.updateContextMenuForContainer(testMenu); in testContextMenu_EmptyArea_CanCreateDirectory()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DMenuManagerTest.java504 mgr.updateContextMenuForContainer(testMenu); in testContextMenu_EmptyArea()
519 mgr.updateContextMenuForContainer(testMenu); in testContextMenu_EmptyArea_NoItemToPaste()
534 mgr.updateContextMenuForContainer(testMenu); in testContextMenu_EmptyArea_CantCreateDoc()
549 mgr.updateContextMenuForContainer(testMenu); in testContextMenu_EmptyArea_CanPaste()
563 mgr.updateContextMenuForContainer(testMenu); in testContextMenu_EmptyArea_CanCreateDirectory()
643 mgr.updateContextMenuForContainer(testMenu); in testContextMenu_CanInspectContainer()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DMenuManager.java108 updateContextMenuForContainer(menu); in inflateContextMenuForContainer()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMenuManager.java210 public void updateContextMenuForContainer(Menu menu) { in updateContextMenuForContainer() method in MenuManager