HomeSort by relevance Sort by last modified time
    Searched refs:btk (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/contactphoto/
ContactPhotoManagerImpl.java 193 "Cache size: " + btk(bitmapHolderCache.maxSize()) + " + " + btk(bitmapCache.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(safeDiv(bitmapBytes, numBitmaps)))
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java 741 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)));
    [all...]

Completed in 54 milliseconds