Home | History | Annotate | Download | only in storage

Lines Matching refs:storageManager

25 import android.os.storage.StorageManager;
89 final StorageManager storageManager = getSystemService(StorageManager.class);
92 mTargetVolumeInfo = storageManager.findVolumeById(volumeId);
97 mTargetVolumeDesc = storageManager.getBestVolumeDescription(mTargetVolumeInfo);
103 mVolumeInfo = storageManager.findVolumeById(volumeId);
108 mVolumeDesc = storageManager.getBestVolumeDescription(mVolumeInfo);
141 final StorageManager storageManager = getSystemService(StorageManager.class);
142 mTargetVolumeDesc = storageManager.getBestVolumeDescription(mTargetVolumeInfo);
155 StorageManager sm = (StorageManager) getSystemService(STORAGE_SERVICE);
263 final StorageManager storageManager =
264 getContext().getSystemService(StorageManager.class);
275 .title(storageManager.getBestVolumeDescription(candidate))