Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java70 private StorageManager mStorageManager; field in StorageManagerTest
76 mStorageManager = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in setUp()
124 mStorageManager.isObbMounted(outFile.getPath())); in doAttemptMountNonObb()
127 mStorageManager.getMountedObbPath(outFile.getPath())); in doAttemptMountNonObb()
144 mStorageManager.isObbMounted(outFile.getPath())); in doAttemptMountObbWrongPackage()
147 mStorageManager.getMountedObbPath(outFile.getPath())); in doAttemptMountObbWrongPackage()
190 final StorageVolume volume = mStorageManager.getPrimaryStorageVolume(); in testGetPrimaryVolume()
237 final List<StorageVolume> volumes = mStorageManager.getStorageVolumes(); in testGetStorageVolumes()
247 assertStorageVolumesEquals(primary, mStorageManager.getPrimaryStorageVolume()); in testGetStorageVolumes()
252 mStorageManager.getStorageVolume((File) null)); in testGetStorageVolume()
[all …]