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

/packages/apps/UnifiedEmail/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/UnifiedEmail/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/Gallery2/src/com/android/photos/data/
H A DSparseArrayBitmapPool.java120 mSizeBytes -= n.bitmap.getByteCount();
170 int bytes = b.getByteCount();
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
H A DBitmapPoolTest.java100 assertTrue(resourceBitmap.getByteCount() > 0);
/packages/apps/TV/src/com/android/tv/util/
H A DImageCache.java58 return (bitmapInfo.bitmap.getByteCount() + 1023) / 1024;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DRecycleBitmapPool.java71 return bitmap.getByteCount();
H A DBitmapDownloader.java127 return bitmap.mBitmap.getByteCount();
/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactPhotoManager.java719 return value.getByteCount();
782 bitmapBytes += b.getByteCount();
800 bitmapBytes += b.getByteCount();
983 if (cachedBitmap.getByteCount() < mBitmapCache.maxSize() / 6) {
1072 + ", " + btk(bitmap.getByteCount()));
/packages/services/Car/car-cluster-demo-renderer/src/android/car/cluster/demorenderer/
H A DPhoneBook.java139 return value.getByteCount();
/packages/apps/Camera2/src/com/android/camera/
H A DStorage.java70 return value.getByteCount();

Completed in 1095 milliseconds