Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileCopyUiTest.java101 private RootInfo mSdCardRoot; field in FileCopyUiTest
153 if (mSdCardRoot == null) { in setUp()
158 while (mSdCardRoot == null && attempts++ < 15) { in setUp()
162 assertNotNull("Cannot find virtual SD Card", mSdCardRoot); in setUp()
180 mSdCardRoot = null; in tearDown()
189 if (mIsVirtualSdCard && mSdCardRoot != null) { in tearDown()
192 while (mSdCardRoot != null && attempts++ < 15) { in tearDown()
203 mSdCardRoot = null; in tearDown()
207 assertNull("Cannot eject virtual SD Card", mSdCardRoot); in tearDown()
373 mSdCardRoot = info; in initStorageRootInfo()
[all …]