HomeSort by relevance Sort by last modified time
    Searched defs:StorageVolume (Results 1 - 2 of 2) sorted by null

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

Completed in 140 milliseconds