Searched refs:testDocInfo (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/ |
H A D | MenuManagerTest.java | 117 private DocumentInfo testDocInfo; field in MenuManagerTest 210 testDocInfo = new DocumentInfo(); in setUp() 211 state.stack.push(testDocInfo); in setUp() 709 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu() 720 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu_HasRootSettings() 728 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu_NonWritableRoot() 736 testDocInfo.flags = Document.FLAG_DIR_SUPPORTS_CREATE; in testRootContextMenu_NothingToPaste() 738 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu_NothingToPaste() 746 testDocInfo.flags = Document.FLAG_DIR_SUPPORTS_CREATE; in testRootContextMenu_PasteIntoWritableRoot() 748 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu_PasteIntoWritableRoot() [all …]
|
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/ |
H A D | MenuManagerTest.java | 114 private DocumentInfo testDocInfo; field in MenuManagerTest 178 testDocInfo = new DocumentInfo(); in setUp() 462 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu() 473 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu_hasRootSettings() 481 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu_nonWritableRoot() 490 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu_nothingToPaste() 498 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu_canEject()
|