Searched refs:fsLabel (Results 1 – 2 of 2) sorted by relevance
169 public String fsLabel; field in VolumeInfo197 fsLabel = parcel.readString(); in VolumeInfo()271 } else if (!TextUtils.isEmpty(fsLabel)) { in getDescription()272 return fsLabel; in getDescription()495 pw.printPair("fsLabel", fsLabel); in dump()563 parcel.writeString(fsLabel); in writeToParcel()
1184 String fsLabel) {1190 vol.fsLabel = fsLabel;