Searched refs:fgBytesRead (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | StoragedUidIoStatsReader.java | 65 void onUidStorageStats(int uid, long fgCharsRead, long fgCharsWrite, long fgBytesRead, in onUidStorageStats() argument 92 final long fgBytesRead = Long.parseLong(fields[3], 10); in readAbsolute() local 100 callback.onUidStorageStats(uid, fgCharsRead, fgCharsWrite, fgBytesRead, in readAbsolute()
|
/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/ |
H A D | StatsPullAtomService.java | 3140 (uid, fgCharsRead, fgCharsWrite, fgBytesRead, fgBytesWrite, bgCharsRead, 3143 fgCharsWrite, fgBytesRead, fgBytesWrite, bgCharsRead, bgCharsWrite,
|