Searched refs:btk (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/
H A DContactPhotoManagerImpl.java193 "Cache size: " + btk(mBitmapHolderCache.maxSize()) + " + " + btk(mBitmapCache.maxSize()));
207 private static String btk(int bytes) { method in class:ContactPhotoManagerImpl
286 + btk(bytes.length)
292 + btk(bitmap.getByteCount()));
323 + btk(rawBytes)
325 + btk(bitmapBytes)
327 + btk(rawBytes + bitmapBytes)
333 + btk(safeDiv(rawBytes, numHolders))
335 + btk(safeDi
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DContactPhotoManager.java741 Log.d(TAG, "Cache size: " + btk(mBitmapHolderCache.maxSize())
742 + " + " + btk(mBitmapCache.maxSize()));
756 private static String btk(int bytes) { method in class:ContactPhotoManagerImpl
785 Log.d(TAG, "L1: " + btk(rawBytes) + " + " + btk(bitmapBytes) + " = "
786 + btk(rawBytes + bitmapBytes) + ", " + numHolders + " holders, "
788 + btk(safeDiv(rawBytes, numHolders))
789 + "," + btk(safeDiv(bitmapBytes,numBitmaps)));
802 Log.d(TAG, "L2: " + btk(bitmapBytes) + ", " + numBitmaps + " bitmaps"
803 + ", avg: " + btk(safeDi
[all...]

Completed in 68 milliseconds