Searched refs:fstype (Results 1 – 4 of 4) sorted by relevance
49 public final String fstype; field in LifetimeWriteInfo52 public LifetimeWriteInfo(String partition, String fstype, long writtenBytes) { in LifetimeWriteInfo() argument54 this.fstype = Objects.requireNonNull(fstype); in LifetimeWriteInfo()63 this.fstype = in.readString(); in LifetimeWriteInfo()72 fstype = in.getString("fstype"); in LifetimeWriteInfo()80 dest.writeString(fstype); in writeToParcel()90 jsonWriter.name("fstype").value(fstype); in writeToJson()106 && fstype.equals(lifetime.fstype) in equals()116 partition, fstype, writtenBytes); in toString()
103 for (String fstype : KNOWN_FILESYSTEMS) { in load()104 File fspath = new File(mWriteInfosPath, fstype); in load()
518 Missing nullability on parameter `fstype` in method `LifetimeWriteInfo`521 MissingNullability: android.car.storagemonitoring.LifetimeWriteInfo#fstype:522 …Missing nullability on field `fstype` in class `class android.car.storagemonitoring.LifetimeWriteI…
1213 field public final String fstype;