Searched refs:FOLDER_0 (Results 1 – 7 of 7) sorted by relevance
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
D | DragAndDropManagerTests.java | 154 Arrays.asList(TestEnv.FOLDER_0.derivedUri, TestEnv.FILE_APK.derivedUri, in testStartDrag_SetsCorrectClipData() 158 TestEnv.FOLDER_0); in testStartDrag_SetsCorrectClipData() 169 Arrays.asList(TestEnv.FOLDER_0.derivedUri, TestEnv.FILE_APK.derivedUri, in testStartDrag_SetsCorrectClipData_NullParent() 184 Arrays.asList(TestEnv.FOLDER_0.derivedUri, TestEnv.FILE_APK.derivedUri), in testStartDrag_BuildsCorrectShadow_SingleDoc() 187 TestEnv.FOLDER_0); in testStartDrag_BuildsCorrectShadow_SingleDoc() 199 Arrays.asList(TestEnv.FOLDER_0.derivedUri, TestEnv.FILE_APK.derivedUri, in testStartDrag_BuildsCorrectShadow_MultipleDocs() 203 TestEnv.FOLDER_0); in testStartDrag_BuildsCorrectShadow_MultipleDocs() 216 Arrays.asList(TestEnv.FOLDER_0.derivedUri, TestEnv.FOLDER_1.derivedUri, in testCanSpringOpen_ReturnsFalse_RootNotSupportCreate() 220 TestEnv.FOLDER_0); in testCanSpringOpen_ReturnsFalse_RootNotSupportCreate() 246 Arrays.asList(TestEnv.FOLDER_0.derivedUri, TestEnv.FOLDER_1.derivedUri, in testCanSpringOpen_ReturnsFalse_DocIsInvalidDestination() [all …]
|
D | AbstractActionHandlerTest.java | 160 assertEquals(TestEnv.FOLDER_0, mEnv.state.stack.pop()); in testOpensContainerDocuments_ClickFolderInSearch_PushToRootDoc_NoFindPathSupport() 196 mEnv.state.stack.push(TestEnv.FOLDER_0); in testOpensDocument_ExceptionIfAlreadyInStack() 212 TestEnv.FOLDER_0.documentId, in testLaunchToDocuments() 216 Arrays.asList(TestEnv.FOLDER_0, TestEnv.FOLDER_1, TestEnv.FILE_GIF); in testLaunchToDocuments() 224 Arrays.asList(TestEnv.FOLDER_0, TestEnv.FOLDER_1)); in testLaunchToDocuments() 238 TestEnv.FOLDER_0.documentId, in testLaunchToDocuments_convertsTreeUriToDocumentUri() 242 Arrays.asList(TestEnv.FOLDER_0, TestEnv.FOLDER_1, TestEnv.FILE_GIF); in testLaunchToDocuments_convertsTreeUriToDocumentUri() 245 TestProvidersAccess.HOME.authority, TestEnv.FOLDER_0.documentId); in testLaunchToDocuments_convertsTreeUriToDocumentUri() 253 Arrays.asList(TestEnv.FOLDER_0, TestEnv.FOLDER_1)); in testLaunchToDocuments_convertsTreeUriToDocumentUri() 261 mEnv.state.stack.push(TestEnv.FOLDER_0); in testLoadChildrenDocuments() [all …]
|
D | ProfileTabsTest.java | 70 mState.stack.push(TestEnv.FOLDER_0); in setUp() 134 mState.stack.push((TestEnv.FOLDER_0)); in testUpdateView_twoUsers_recents_subFolder_shouldHide() 146 mState.stack.push((TestEnv.FOLDER_0)); in testUpdateView_twoUsers_thirdParty_shouldHide()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestEnv.java | 48 public static DocumentInfo FOLDER_0; field in TestEnv 65 public static DocumentInfo FOLDER_0; field in TestEnv.OtherUser 160 FOLDER_0 = model.createFolder("folder 0"); in reset() 184 OtherUser.FOLDER_0 = modelOtherUser.createFolder("folder 0"); in reset() 198 assert FOLDER_0.equals(rootDoc); in populateStack()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/ |
D | ActionHandlerTest.java | 148 mEnv.state.stack.push(TestEnv.FOLDER_0); in testInitLocation_RestoresIfStackIsLoaded() 180 TestEnv.FOLDER_0.documentId, in testInitLocation_LaunchToDocuments() 184 Arrays.asList(TestEnv.FOLDER_0, TestEnv.FOLDER_1, TestEnv.FILE_GIF); in testInitLocation_LaunchToDocuments() 195 Arrays.asList(TestEnv.FOLDER_0, TestEnv.FOLDER_1)); in testInitLocation_LaunchToDocuments() 202 new DocumentStack(TestProvidersAccess.HAMMY, TestEnv.FOLDER_0, TestEnv.FOLDER_1); in testInitLocation_RestoresLastAccessedStack() 253 mHandler.openContainerDocument(TestEnv.FOLDER_0); in testOpenContainerDocument() 255 assertEquals(TestEnv.FOLDER_0, mEnv.state.stack.peek()); in testOpenContainerDocument() 262 mHandler.openContainerDocument(TestEnv.FOLDER_0); in testOpenContainerDocument_sameDocumentInfo() 263 mHandler.openContainerDocument(TestEnv.FOLDER_0); in testOpenContainerDocument_sameDocumentInfo()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/ |
D | ActionHandlerTest.java | 133 mHandler.springOpenDirectory(TestEnv.FOLDER_0); in testSpringOpenDirectory() 135 assertEquals(TestEnv.FOLDER_0, mEnv.state.stack.peek()); in testSpringOpenDirectory() 421 mEnv.state.stack.push(TestEnv.FOLDER_0); in testInitLocation_RestoresIfStackIsLoaded() 486 TestEnv.FOLDER_0.documentId, in testInitLocation_LaunchToDocuments() 489 Arrays.asList(TestEnv.FOLDER_0, TestEnv.FOLDER_1); in testInitLocation_LaunchToDocuments() 500 Arrays.asList(TestEnv.FOLDER_0, TestEnv.FOLDER_1)); in testInitLocation_LaunchToDocuments()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/ |
D | DragHostTest.java | 88 mNextDocumentInfo = TestEnv.FOLDER_0; in testHandleDrop_onValidView()
|