Searched refs:fsType (Results 1 – 2 of 2) sorted by relevance
156 public String fsType; field in VolumeInfo181 fsType = parcel.readString(); in VolumeInfo()384 if ("vfat".equals(fsType)) { in buildStorageVolume()465 pw.printPair("fsType", fsType); in dump()532 parcel.writeString(fsType); in writeToParcel()
1161 vol.fsType = cooked[2]; in onEventLocked()