Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileCopyUiTest.java113 private String mDeviceLabel; field in FileCopyUiTest
143 mDeviceLabel = Settings.Global.getString(context.getContentResolver(), in setUp()
146 mDeviceLabel = TextUtils.isEmpty(mDeviceLabel) ? "Internal Storage" : mDeviceLabel; in setUp()
183 deleteDocuments(mDeviceLabel); in tearDown()
447 copyFiles(mSdCardLabel, mDeviceLabel); in ignored_testCopyDocuments_FromSdCard()
454 assertFilesCopied(mDeviceLabel, mPrimaryRoot, mStorageDocsHelper); in ignored_testCopyDocuments_FromSdCard()
463 createDocuments(mDeviceLabel, mPrimaryRoot, mStorageDocsHelper); in ignored_testCopyDocuments_ToSdCard()
464 copyFiles(mDeviceLabel, mSdCardLabel); in ignored_testCopyDocuments_ToSdCard()
467 bots.roots.openRoot(mDeviceLabel); in ignored_testCopyDocuments_ToSdCard()
519 bots.roots.openRoot(mDeviceLabel); in ignored_testRecursiveCopyDocuments_InternalStorageToDownloadsProvider()