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.java42 private static final DocumentInfo DIR_1; field in DocumentStackTest
53 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 …]
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DSortDocumentUiTest.java29 private static final String DIR_1 = "folder_1"; field in SortDocumentUiTest
37 private static final String[] DIRS = { DIR_1, DIR_2 };
39 private static final String[] DIRS_IN_NAME_ASC = { DIR_2, DIR_1 };