Home
last modified time | relevance | path

Searched refs:fstype (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DLifetimeWriteInfo.java49 public final String fstype; field in LifetimeWriteInfo
52 public LifetimeWriteInfo(String partition, String fstype, long writtenBytes) { in LifetimeWriteInfo() argument
54 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()
/packages/services/Car/service/src/com/android/car/storagemonitoring/
DSysfsLifetimeWriteInfoProvider.java103 for (String fstype : KNOWN_FILESYSTEMS) { in load()
104 File fspath = new File(mWriteInfosPath, fstype); in load()
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt518 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…
Dsystem-current.txt1213 field public final String fstype;