Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDocumentStack.java165 DocumentInfo rootRecent = new DocumentInfo(); in changeRoot() local
166 rootRecent.deriveFields(); in changeRoot()
167 push(rootRecent); in changeRoot()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/
DDocumentStackTest.java195 final RootInfo rootRecent = new RootInfo(); in testIsRecent() local
196 mStack.changeRoot(rootRecent); in testIsRecent()