Lines Matching refs:btk
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()
1072 + ", " + btk(bitmap.getByteCount())); in inflateBitmap()
1196 (bytes == null ? "<null>" : btk(bytes.length))); in cacheBitmap()