Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
H A DCarWatchdogTestFragment.java387 long totalBytesWritten = 0; in writeToFos() local
399 return totalBytesWritten; in writeToFos()
401 totalBytesWritten += writeBytes; in writeToFos()
404 Log.i(TAG, "Total bytes written: " + totalBytesWritten + "/" in writeToFos()
405 + (totalBytesWritten + remainingBytes)); in writeToFos()
406 mTextViewSetter.set("Wrote (" + totalBytesWritten + " / " in writeToFos()
411 return totalBytesWritten; in writeToFos()
486 long totalBytesWritten = ioOveruseStats.getTotalBytesWritten(); in onOveruse() local
487 if (totalBytesWritten < mExpectedMinBytesWritten) { in onOveruse()
565 public final long totalBytesWritten; field in CarWatchdogTestFragment.DiskIoStats
[all …]
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/serializer/
H A DRuleBinarySerializerTest.java551 int totalBytesWritten = DEFAULT_FORMAT_VERSION_BYTES.length; in testBinaryString_verifyManyRulesAreIndexedCorrectly() local
554 SERIALIZED_START_INDEXING_KEY + getBits(totalBytesWritten, /* numOfBits= */ 32); in testBinaryString_verifyManyRulesAreIndexedCorrectly()
562 + getBits(totalBytesWritten, /* numOfBits= */ 32); in testBinaryString_verifyManyRulesAreIndexedCorrectly()
570 totalBytesWritten += bytesForPackage.length; in testBinaryString_verifyManyRulesAreIndexedCorrectly()
573 SERIALIZED_END_INDEXING_KEY + getBits(totalBytesWritten, /* numOfBits= */ 32); in testBinaryString_verifyManyRulesAreIndexedCorrectly()
576 SERIALIZED_START_INDEXING_KEY + getBits(totalBytesWritten, /* numOfBits= */ 32); in testBinaryString_verifyManyRulesAreIndexedCorrectly()
584 + getBits(totalBytesWritten, /* numOfBits= */ 32); in testBinaryString_verifyManyRulesAreIndexedCorrectly()
592 totalBytesWritten += bytesForPackage.length; in testBinaryString_verifyManyRulesAreIndexedCorrectly()
595 SERIALIZED_END_INDEXING_KEY + getBits(totalBytesWritten, /* numOfBits= */ 32); in testBinaryString_verifyManyRulesAreIndexedCorrectly()
605 totalBytesWritten += bytesForPackage.length; in testBinaryString_verifyManyRulesAreIndexedCorrectly()
[all …]
/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DIoOveruseStats.java96 long totalBytesWritten, in IoOveruseStats() argument
103 this.mTotalBytesWritten = totalBytesWritten; in IoOveruseStats()
227 long totalBytesWritten = in.readLong(); in IoOveruseStats() local
234 this.mTotalBytesWritten = totalBytesWritten; in IoOveruseStats()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogStorage.java892 long totalBytesWritten = 0; in queryIoOveruseStatsForUserPackageId() local
901 totalBytesWritten += cursor.getLong(2) + cursor.getLong(3) + cursor.getLong(4); in queryIoOveruseStatsForUserPackageId()
905 if (totalBytesWritten == 0) { in queryIoOveruseStatsForUserPackageId()
913 statsBuilder.setTotalBytesWritten(totalBytesWritten); in queryIoOveruseStatsForUserPackageId()
H A DWatchdogPerfHandler.java1317 long totalBytesWritten = currentStats.getTotalBytesWritten(); in getIoOveruseStatsLocked() local
1323 totalBytesWritten += historyStats != null ? historyStats.getTotalBytesWritten() : 0; in getIoOveruseStatsLocked()
1325 if (totalBytesWritten < minimumBytesWritten) { in getIoOveruseStatsLocked()
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dokio-1.15.0.jarMETA-INF/ META-INF/MANIFEST.MF okio/ okio/AsyncTimeout$Watchdog. ...
/aosp12/packages/apps/TV/libs/m2/
H A Dprotobuf-java-3.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...