Searched refs:fsType (Results 1 – 3 of 3) sorted by relevance
165 public String fsType; field in VolumeInfo195 fsType = parcel.readString(); in VolumeInfo()405 if ("vfat".equals(fsType)) { in buildStorageVolume()493 pw.printPair("fsType", fsType); in dump()561 parcel.writeString(fsType); in writeToParcel()
1183 public void onVolumeMetadataChanged(String volId, String fsType, String fsUuid,1188 vol.fsType = fsType;
52894 Landroid/os/storage/VolumeInfo;->fsType:Ljava/lang/String;