Searched defs:StorageVolume (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java78 public final class StorageVolume implements Parcelable { class in inherits:Parcelable
100 * contains a {@link StorageVolume}.
124 public StorageVolume(String id, int storageId, File path, String description, boolean primary, method in class:StorageVolume
142 private StorageVolume(Parcel in) { method in class:StorageVolume
354 if (obj instanceof StorageVolume && mPath != null) {
355 StorageVolume volume = (StorageVolume)obj;
368 final StringBuilder buffer = new StringBuilder("StorageVolume: ").append(mDescription);
385 pw.println("StorageVolume:");
403 public static final Creator<StorageVolume> CREATO
[all...]

Completed in 52 milliseconds