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

/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java156 public String fsType; field in class:VolumeInfo
181 fsType = parcel.readString();
384 if ("vfat".equals(fsType)) {
467 pw.printPair("fsType", fsType);
534 parcel.writeString(fsType);

Completed in 59 milliseconds