Home
last modified time | relevance | path

Searched refs:DIR_1 (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/
DDocumentStackTest.java44 private static final DocumentInfo DIR_1; field in DocumentStackTest
55 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 …]
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DSortDocumentUiTest.java30 private static final String DIR_1 = "folder_1"; field in SortDocumentUiTest
43 private static final String[] DIRS = { DIR_1, DIR_2 };
45 private static final String[] DIRS_IN_NAME_ASC = { DIR_2, DIR_1 };