Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java264 (long) Math.ceil((diskIoStats.totalBytesWritten + diskIoStats.remainingBytes) in overuseDiskIo()
390 long totalBytesWritten = 0; in writeToFos() local
405 return totalBytesWritten; in writeToFos()
407 totalBytesWritten += writeBytes; in writeToFos()
410 Log.i(TAG, "Total bytes written: " + totalBytesWritten + "/" in writeToFos()
411 + (totalBytesWritten + remainingBytes)); in writeToFos()
412 mTextViewSetter.set("Wrote (" + totalBytesWritten + " / " in writeToFos()
413 + (totalBytesWritten + remainingBytes) + ") bytes. Writing to disk..."); in writeToFos()
417 return totalBytesWritten; in writeToFos()
494 long totalBytesWritten = ioOveruseStats.getTotalBytesWritten(); in onOveruse() local
[all …]
/packages/services/Car/car-lib/src/android/car/watchdog/
DIoOveruseStats.java98 long totalBytesWritten, in IoOveruseStats() argument
105 this.mTotalBytesWritten = totalBytesWritten; in IoOveruseStats()
230 long totalBytesWritten = in.readLong(); in IoOveruseStats() local
237 this.mTotalBytesWritten = totalBytesWritten; in IoOveruseStats()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java1039 long totalBytesWritten = 0; in queryIoOveruseStatsForUserPackageId() local
1048 totalBytesWritten += cursor.getLong(2) + cursor.getLong(3) + cursor.getLong(4); in queryIoOveruseStatsForUserPackageId()
1052 if (totalBytesWritten == 0) { in queryIoOveruseStatsForUserPackageId()
1060 statsBuilder.setTotalBytesWritten(totalBytesWritten); in queryIoOveruseStatsForUserPackageId()
DWatchdogPerfHandler.java1614 long totalBytesWritten = currentStats.getTotalBytesWritten(); in getIoOveruseStatsLocked() local
1620 totalBytesWritten += historyStats != null ? historyStats.getTotalBytesWritten() : 0; in getIoOveruseStatsLocked()
1622 if (totalBytesWritten < minimumBytesWritten) { in getIoOveruseStatsLocked()
/packages/apps/Car/DebuggingRestrictionController/libs/
Dokio-1.15.0.jarMETA-INF/ META-INF/MANIFEST.MF okio/ okio/AsyncTimeout$Watchdog. ...
/packages/apps/TV/libs/m2/
Dprotobuf-java-3.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...