Searched refs:getByteCount (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Email/src/org/apache/commons/io/output/
H A DCountingOutputStream.java93 * See {@link #getByteCount()} for a method using a <code>long</code>.
99 long result = getByteCount();
134 public synchronized long getByteCount() { method in class:CountingOutputStream
H A DThresholdingOutputStream.java184 public long getByteCount() method in class:ThresholdingOutputStream
/packages/apps/Email/src/org/apache/commons/io/input/
H A DCountingInputStream.java114 * See {@link #getByteCount()} for a method using a <code>long</code>.
120 long result = getByteCount();
155 public synchronized long getByteCount() { method in class:CountingInputStream
/packages/apps/Browser/src/com/android/browser/
H A DDataController.java202 if (mBuffer == null || mBuffer.limit() < capture.getByteCount()) {
203 mBuffer = ByteBuffer.allocate(capture.getByteCount());
H A DTab.java2003 + "capture: " + mCapture.getByteCount());
/packages/apps/Contacts/src/com/android/contacts/
H A DContactPhotoManager.java377 return value.getByteCount();
431 bitmapBytes += b.getByteCount();
449 bitmapBytes += b.getByteCount();
587 if (cachedBitmap.getByteCount() < mBitmapCache.maxSize() / 6) {
646 + ", " + btk(bitmap.getByteCount()));
/packages/apps/Mms/src/com/android/mms/util/
H A DThumbnailManager.java291 resultBitmap.getByteCount());
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DMediaItemView.java643 return value.getByteCount();

Completed in 1193 milliseconds