Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DFileCopyUiTest.java193 List<RootInfo> rootList = mStorageDocsHelper.getRootList(); in tearDown()
368 List<RootInfo> rootList = mStorageDocsHelper.getRootList(); in initStorageRootInfo()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DDocumentsProviderHelper.java360 public List<RootInfo> getRootList() throws RemoteException { in getRootList() method in DocumentsProviderHelper