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.java39 private static final RootInfo ROOT_1; field in DocumentStackTest
48 ROOT_1 = new RootInfo();
49 ROOT_1.rootId = "home";
106 mStack.changeRoot(ROOT_1); in testChangeRoot()
108 assertEquals(ROOT_1, mStack.getRoot()); in testChangeRoot()
115 mStack.changeRoot(ROOT_1); in testChangeRoot_ClearsStack()
123 mStack.changeRoot(ROOT_1); in testReset()
135 mStack.changeRoot(ROOT_1); in testCopyConstructor()
144 assertEquals(ROOT_1, stack.getRoot()); in testCopyConstructor()
149 mStack.changeRoot(ROOT_1); in testCopyConstructor_MakesDeepCopy()
[all …]