Searched refs:fsLabel (Results 1 – 2 of 2) sorted by relevance
158 public String fsLabel; field in VolumeInfo183 fsLabel = parcel.readString(); in VolumeInfo()244 } else if (!TextUtils.isEmpty(fsLabel)) { in getDescription()245 return fsLabel; in getDescription()463 pw.printPair("fsLabel", fsLabel); in dump()530 parcel.writeString(fsLabel); in writeToParcel()
1048 vol.fsLabel = builder.toString().trim(); in onEventLocked()