Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DFileCopyUiTest.java109 private String mDeviceLabel; field in FileCopyUiTest
135 mDeviceLabel = Settings.Global.getString(context.getContentResolver(), in setUp()
138 mDeviceLabel = TextUtils.isEmpty(mDeviceLabel) ? "Internal Storage" : mDeviceLabel; in setUp()
175 deleteDocuments(mDeviceLabel); in tearDown()
439 copyFiles(mSdCardLabel, mDeviceLabel); in ignored_testCopyDocuments_FromSdCard()
446 assertFilesCopied(mDeviceLabel, mPrimaryRoot, mStorageDocsHelper); in ignored_testCopyDocuments_FromSdCard()
455 createDocuments(mDeviceLabel, mPrimaryRoot, mStorageDocsHelper); in ignored_testCopyDocuments_ToSdCard()
456 copyFiles(mDeviceLabel, mSdCardLabel); in ignored_testCopyDocuments_ToSdCard()
459 bots.roots.openRoot(mDeviceLabel); in ignored_testCopyDocuments_ToSdCard()
510 bots.roots.openRoot(mDeviceLabel); in testRecursiveCopyDocuments_InternalStorageToDownloadsProvider()