Home
last modified time | relevance | path

Searched refs:fsType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DVolumeInfo.java165 public String fsType; field in VolumeInfo
195 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()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java1183 public void onVolumeMetadataChanged(String volId, String fsType, String fsUuid,
1188 vol.fsType = fsType;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt52894 Landroid/os/storage/VolumeInfo;->fsType:Ljava/lang/String;