Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DFileCopyUiTest.java99 private RootInfo mPrimaryRoot; field in FileCopyUiTest
150 assertNotNull("Internal Storage not found", mPrimaryRoot); in setUp()
371 mPrimaryRoot = info; in initStorageRootInfo()
446 assertFilesCopied(mDeviceLabel, mPrimaryRoot, mStorageDocsHelper); in ignored_testCopyDocuments_FromSdCard()
455 createDocuments(mDeviceLabel, mPrimaryRoot, mStorageDocsHelper); in ignored_testCopyDocuments_ToSdCard()
486 DocumentInfo info = mStorageDocsHelper.findFile(mPrimaryRoot.documentId, "Download"); in testRecursiveCopyDocuments_InternalStorageToDownloadsProvider()
490 Uri uri = mStorageDocsHelper.createFolder(mPrimaryRoot.documentId, "Download"); in testRecursiveCopyDocuments_InternalStorageToDownloadsProvider()