Home
last modified time | relevance | path

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

/platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/
DPortableStorageTests.java72 storageHelper.openSDCard(); in testCopyFromPortable()
92 storageHelper.openSDCard(); in testDeleteFromPortable()
130 storageHelper.openSDCard(); in testShareableFromPortable()
149 storageHelper.openSDCard(); in testPortableOverflowSettings()
165 storageHelper.openSDCard(); in testPortableSettings()
206 storageHelper.openSDCard(); in testFormatPortable()
228 storageHelper.openSDCard(); in testFormatPortableAsAdoptable()
DAdoptableStorageTests.java84 storageHelper.openSDCard(); in testAdoptableOverflowSettings()
104 storageHelper.openSDCard(); in testRenameAdoptable()
123 storageHelper.openSDCard(); in testEjectAdoptable()
147 storageHelper.openSDCard(); in testFormatAdoptableAsPortable()
DExternalStorageHelper.java112 public void openSDCard() throws InterruptedException { in openSDCard() method in ExternalStorageHelper