Searched refs:fsLabel (Results 1 – 2 of 2) sorted by relevance
173 public String fsLabel; field in VolumeInfo201 fsLabel = parcel.readString8(); in VolumeInfo()216 this.fsLabel = volumeInfo.fsLabel; in VolumeInfo()290 } else if (!TextUtils.isEmpty(fsLabel)) { in getDescription()291 return fsLabel; in getDescription()540 pw.printPair("fsLabel", fsLabel); in dump()608 parcel.writeString8(fsLabel); in writeToParcel()
1499 String fsLabel) {1505 vol.fsLabel = fsLabel;