Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java772 int bitmapBytes = 0; in dumpStats() local
782 bitmapBytes += b.getByteCount(); in dumpStats()
785 Log.d(TAG, "L1: " + btk(rawBytes) + " + " + btk(bitmapBytes) + " = " in dumpStats()
786 + btk(rawBytes + bitmapBytes) + ", " + numHolders + " holders, " in dumpStats()
789 + "," + btk(safeDiv(bitmapBytes,numBitmaps))); in dumpStats()
797 int bitmapBytes = 0; in dumpStats() local
800 bitmapBytes += b.getByteCount(); in dumpStats()
802 Log.d(TAG, "L2: " + btk(bitmapBytes) + ", " + numBitmaps + " bitmaps" in dumpStats()
803 + ", avg: " + btk(safeDiv(bitmapBytes, numBitmaps))); in dumpStats()