Searched refs:mTotalBytesWritten (Results 1 – 2 of 2) sorted by relevance
57 private long mTotalBytesWritten = 0; field in IoOveruseStats105 this.mTotalBytesWritten = totalBytesWritten; in IoOveruseStats()152 return mTotalBytesWritten; in getTotalBytesWritten()189 "totalBytesWritten = " + mTotalBytesWritten + ", " + in toString()208 dest.writeLong(mTotalBytesWritten); in writeToParcel()237 this.mTotalBytesWritten = totalBytesWritten; in IoOveruseStats()272 private long mTotalBytesWritten; field in IoOveruseStats.Builder345 mTotalBytesWritten = value; in setTotalBytesWritten()390 mTotalBytesWritten = 0; in build()403 mTotalBytesWritten, in build()
60 private final AtomicLong mTotalBytesWritten = new AtomicLong(); field in BufferedFile289 sb.append(mTotalBytesWritten); in toString()