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

/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java77 public final class StorageVolume implements Parcelable { class in inherits:Parcelable
98 * contains a {@link StorageVolume}.
122 public StorageVolume(String id, File path, File internalPath, String description, method in class:StorageVolume
139 private StorageVolume(Parcel in) { method in class:StorageVolume
332 if (obj instanceof StorageVolume && mPath != null) {
333 StorageVolume volume = (StorageVolume)obj;
346 final StringBuilder buffer = new StringBuilder("StorageVolume: ").append(mDescription);
363 pw.println("StorageVolume:");
380 public static final Creator<StorageVolume> CREATO
[all...]

Completed in 60 milliseconds