Searched refs:DIR_1 (Results 1 – 2 of 2) sorted by relevance
42 private static final DocumentInfo DIR_1; field in DocumentStackTest53 DIR_1 = createDir("first");82 mStack.push(DIR_1); in testPushDocument_ModifiesStack()89 mStack.push(DIR_1); in testPopDocument_ModifiesStack()92 assertEquals(DIR_1, mStack.peek()); in testPopDocument_ModifiesStack()97 mStack.push(DIR_1); in testGetDocument()100 assertEquals(DIR_1, mStack.get(0)); in testGetDocument()113 mStack.push(DIR_1); in testChangeRoot_ClearsStack()124 mStack.push(DIR_1); in testReset()136 mStack.push(DIR_1); in testCopyConstructor()[all …]
29 private static final String DIR_1 = "folder_1"; field in SortDocumentUiTest42 private static final String[] DIRS = { DIR_1, DIR_2 };44 private static final String[] DIRS_IN_NAME_ASC = { DIR_2, DIR_1 };