Searched refs:DIR_1 (Results 1 – 2 of 2) sorted by relevance
44 private static final DocumentInfo DIR_1; field in DocumentStackTest55 DIR_1 = createDir("first");84 mStack.push(DIR_1); in testPushDocument_ModifiesStack()91 mStack.push(DIR_1); in testPopDocument_ModifiesStack()94 assertEquals(DIR_1, mStack.peek()); in testPopDocument_ModifiesStack()99 mStack.push(DIR_1); in testGetDocument()102 assertEquals(DIR_1, mStack.get(0)); in testGetDocument()115 mStack.push(DIR_1); in testChangeRoot_ClearsStack()126 mStack.push(DIR_1); in testReset()138 mStack.push(DIR_1); in testCopyConstructor()[all …]
30 private static final String DIR_1 = "folder_1"; field in SortDocumentUiTest43 private static final String[] DIRS = { DIR_1, DIR_2 };45 private static final String[] DIRS_IN_NAME_ASC = { DIR_2, DIR_1 };