Searched refs:btk (Results 1 – 1 of 1) sorted by relevance
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
D | ContactPhotoManager.java | 741 Log.d(TAG, "Cache size: " + btk(mBitmapHolderCache.maxSize()) in ContactPhotoManagerImpl() 742 + " + " + btk(mBitmapCache.maxSize())); in ContactPhotoManagerImpl() 756 private static String btk(int bytes) { in btk() method in ContactPhotoManagerImpl 785 Log.d(TAG, "L1: " + btk(rawBytes) + " + " + btk(bitmapBytes) + " = " in dumpStats() 786 + btk(rawBytes + bitmapBytes) + ", " + numHolders + " holders, " in dumpStats() 788 + btk(safeDiv(rawBytes, numHolders)) in dumpStats() 789 + "," + btk(safeDiv(bitmapBytes,numBitmaps))); in dumpStats() 802 Log.d(TAG, "L2: " + btk(bitmapBytes) + ", " + numBitmaps + " bitmaps" in dumpStats() 803 + ", avg: " + btk(safeDiv(bitmapBytes, numBitmaps))); in dumpStats() 1070 Log.d(TAG, "inflateBitmap " + btk(bytes.length) + " -> " in inflateBitmap() [all …]
|