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()461 pw.printPair("fsType", fsType); in dump()528 parcel.writeString(fsType); in writeToParcel()
1029 vol.fsType = cooked[2]; in onEventLocked()