Searched refs:testDocInfo (Results 1 – 2 of 2) sorted by relevance
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/ |
D | MenuManagerTest.java | 115 private DocumentInfo testDocInfo; field in MenuManagerTest 200 testDocInfo = new DocumentInfo(); in setUp() 201 state.stack.push(testDocInfo); in setUp() 724 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu() 741 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu_HasRootSettings() 749 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu_NonWritableRoot() 758 testDocInfo.flags = Document.FLAG_DIR_SUPPORTS_CREATE; in testRootContextMenu_NothingToPaste() 760 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu_NothingToPaste() 769 testDocInfo.flags = Document.FLAG_DIR_SUPPORTS_CREATE; in testRootContextMenu_PasteIntoWritableRoot() 771 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu_PasteIntoWritableRoot() [all …]
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/ |
D | MenuManagerTest.java | 111 private DocumentInfo testDocInfo; field in MenuManagerTest 168 testDocInfo = new DocumentInfo(); in setUp() 455 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu() 466 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu_hasRootSettings() 474 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu_nonWritableRoot() 483 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu_nothingToPaste() 491 mgr.updateRootContextMenu(testMenu, testRootInfo, testDocInfo); in testRootContextMenu_canEject()
|