Searched refs:mStorageManager (Results 1 – 1 of 1) sorted by relevance
70 private StorageManager mStorageManager; field in StorageManagerTest76 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 …]