Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DAbstractActionHandlerTest.java115 Arrays.asList(TestEnv.FOLDER_1.documentId, TestEnv.FOLDER_2.documentId)); in testOpensContainerDocuments_jumpToNewLocation()
116 mEnv.docs.nextDocuments = Arrays.asList(TestEnv.FOLDER_1, TestEnv.FOLDER_2); in testOpensContainerDocuments_jumpToNewLocation()
118 mHandler.openContainerDocument(TestEnv.FOLDER_2); in testOpensContainerDocuments_jumpToNewLocation()
123 assertEquals(TestEnv.FOLDER_2, mEnv.state.stack.peek()); in testOpensContainerDocuments_jumpToNewLocation()
132 mEnv.docs.nextDocuments = Arrays.asList(TestEnv.FOLDER_1, TestEnv.FOLDER_2); in testOpensContainerDocuments_pushToRootDoc_NoFindPathSupport()
134 mHandler.openContainerDocument(TestEnv.FOLDER_2); in testOpensContainerDocuments_pushToRootDoc_NoFindPathSupport()
139 assertEquals(TestEnv.FOLDER_2, mEnv.state.stack.pop()); in testOpensContainerDocuments_pushToRootDoc_NoFindPathSupport()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java194 mEnv.state.stack.push(TestEnv.FOLDER_2); in testPickDocument_SetsCorrectResultAndFinishes_ActionPickCopyDestination()
198 mHandler.pickDocument(TestEnv.FOLDER_2); in testPickDocument_SetsCorrectResultAndFinishes_ActionPickCopyDestination()
210 assertContent(result, TestEnv.FOLDER_2.derivedUri); in testPickDocument_SetsCorrectResultAndFinishes_ActionPickCopyDestination()
220 mEnv.state.stack.push(TestEnv.FOLDER_2); in testPickDocument_SetsCorrectResultAndFinishes_ActionOpenTree()
224 mHandler.pickDocument(TestEnv.FOLDER_2); in testPickDocument_SetsCorrectResultAndFinishes_ActionOpenTree()
237 TestProvidersAccess.HOME.authority, TestEnv.FOLDER_2.documentId)); in testPickDocument_SetsCorrectResultAndFinishes_ActionOpenTree()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEnv.java44 public static DocumentInfo FOLDER_2; field in TestEnv
125 FOLDER_2 = model.createFolder("folder 2"); in reset()
/packages/apps/Email/tests/src/com/android/email/mail/store/
DImapStoreUnitTests.java2139 final String FOLDER_2 = "folder test_06"; in testFolderNameWithSpecialChars() local
2149 "* LIST () \"/\" \"" + FOLDER_2 + "\"", in testFolderNameWithSpecialChars()
2159 new String[] {"INBOX", FOLDER_2, FOLDER_1}, in testFolderNameWithSpecialChars()
2177 mock.expect(getNextTag(false) + " SELECT \"" + FOLDER_2 + "\"", new String[] { in testFolderNameWithSpecialChars()
2184 getNextTag(true) + " OK [READ-WRITE] " + FOLDER_2}); in testFolderNameWithSpecialChars()