Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/storagemonitoring/
H A DIoStatsEntry.java165 IoStatsEntry uidIoStatEntry = (IoStatsEntry) other; in equals() local
167 return uid == uidIoStatEntry.uid in equals()
168 && runtimeMillis == uidIoStatEntry.runtimeMillis in equals()
169 && foreground.equals(uidIoStatEntry.foreground) in equals()
170 && background.equals(uidIoStatEntry.background); in equals()