Searched refs:totalBytesWritten (Results 1 – 7 of 7) sorted by relevance
264 (long) Math.ceil((diskIoStats.totalBytesWritten + diskIoStats.remainingBytes) in overuseDiskIo()390 long totalBytesWritten = 0; in writeToFos() local405 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 …]
98 long totalBytesWritten, in IoOveruseStats() argument105 this.mTotalBytesWritten = totalBytesWritten; in IoOveruseStats()230 long totalBytesWritten = in.readLong(); in IoOveruseStats() local237 this.mTotalBytesWritten = totalBytesWritten; in IoOveruseStats()
1039 long totalBytesWritten = 0; in queryIoOveruseStatsForUserPackageId() local1048 totalBytesWritten += cursor.getLong(2) + cursor.getLong(3) + cursor.getLong(4); in queryIoOveruseStatsForUserPackageId()1052 if (totalBytesWritten == 0) { in queryIoOveruseStatsForUserPackageId()1060 statsBuilder.setTotalBytesWritten(totalBytesWritten); in queryIoOveruseStatsForUserPackageId()
1614 long totalBytesWritten = currentStats.getTotalBytesWritten(); in getIoOveruseStatsLocked() local1620 totalBytesWritten += historyStats != null ? historyStats.getTotalBytesWritten() : 0; in getIoOveruseStatsLocked()1622 if (totalBytesWritten < minimumBytesWritten) { in getIoOveruseStatsLocked()
META-INF/ META-INF/MANIFEST.MF okio/ okio/AsyncTimeout$Watchdog. ...
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...