Searched refs:fsLabel (Results 1 – 2 of 2) sorted by relevance
171 public String fsLabel; field in VolumeInfo199 fsLabel = parcel.readString8(); in VolumeInfo()214 this.fsLabel = volumeInfo.fsLabel; in VolumeInfo()288 } else if (!TextUtils.isEmpty(fsLabel)) { in getDescription()289 return fsLabel; in getDescription()523 pw.printPair("fsLabel", fsLabel); in dump()591 parcel.writeString8(fsLabel); in writeToParcel()
1461 String fsLabel) {1467 vol.fsLabel = fsLabel;