Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DRootInfo.java207 final RootInfo newRoot = new RootInfo(); in copyRootInfo() local
208 newRoot.userId = root.userId; in copyRootInfo()
209 newRoot.authority = root.authority; in copyRootInfo()
210 newRoot.rootId = root.rootId; in copyRootInfo()
211 newRoot.flags = root.flags; in copyRootInfo()
212 newRoot.icon = root.icon; in copyRootInfo()
213 newRoot.title = root.title; in copyRootInfo()
214 newRoot.summary = root.summary; in copyRootInfo()
215 newRoot.documentId = root.documentId; in copyRootInfo()
216 newRoot.availableBytes = root.availableBytes; in copyRootInfo()
[all …]
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DProfileTabsTest.java183 RootInfo newRoot = RootInfo.copyRootInfo(mTestCommonAddons.mCurrentRoot); in testUpdateView_afterCurrentRootChanged_shouldChangeSelectedUser() local
184 newRoot.userId = managedUser; in testUpdateView_afterCurrentRootChanged_shouldChangeSelectedUser()
185 mTestCommonAddons.mCurrentRoot = newRoot; in testUpdateView_afterCurrentRootChanged_shouldChangeSelectedUser()