Home
last modified time | relevance | path

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

/platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/
DAdoptableStorageTests.java56 storageHelper.partitionDisk("public"); in testAdoptAsAdoptableMoveDataLaterUIFlow()
83 storageHelper.partitionDisk("private"); in testAdoptableOverflowSettings()
103 storageHelper.partitionDisk("private"); in testRenameAdoptable()
122 storageHelper.partitionDisk("private"); in testEjectAdoptable()
146 storageHelper.partitionDisk("private"); in testFormatAdoptableAsPortable()
194 storageHelper.partitionDisk("private"); in testTransferSystemApp()
DPortableStorageTests.java242 storageHelper.partitionDisk("public"); in testFormatPortableAsAdoptable()
247 storageHelper.partitionDisk("public"); in ensureHasPortable()
DExternalStorageHelper.java202 public void partitionDisk(String type) throws InterruptedException { in partitionDisk() method in ExternalStorageHelper