Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/
DDocumentStackTest.java41 private static final RootInfo ROOT_1; field in DocumentStackTest
50 ROOT_1 = new RootInfo();
51 ROOT_1.rootId = "home";
108 mStack.changeRoot(ROOT_1); in testChangeRoot()
110 assertEquals(ROOT_1, mStack.getRoot()); in testChangeRoot()
117 mStack.changeRoot(ROOT_1); in testChangeRoot_ClearsStack()
125 mStack.changeRoot(ROOT_1); in testReset()
137 mStack.changeRoot(ROOT_1); in testCopyConstructor()
146 assertEquals(ROOT_1, stack.getRoot()); in testCopyConstructor()
151 mStack.changeRoot(ROOT_1); in testCopyConstructor_MakesDeepCopy()
[all …]