Searched refs:fsLabel (Results 1 – 2 of 2) sorted by relevance
169 public String fsLabel; field in VolumeInfo197 fsLabel = parcel.readString8(); in VolumeInfo()271 } else if (!TextUtils.isEmpty(fsLabel)) { in getDescription()272 return fsLabel; in getDescription()502 pw.printPair("fsLabel", fsLabel); in dump()570 parcel.writeString8(fsLabel); in writeToParcel()
1406 String fsLabel) {1412 vol.fsLabel = fsLabel;