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

  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
PhotoManager.java 226 LogUtils.d(TAG, "Cache size: " + btk(sBitmapHolderCache.maxSize())
227 + " + " + btk(sBitmapCache.maxSize()));
528 + (holder.bytes == null ? "<null>" : btk(holder.bytes.length)));
584 "L1: " + btk(rawBytes) + " + " + btk(bitmapBytes) + " = "
585 + btk(rawBytes + bitmapBytes) + ", " + numHolders + " holders, "
586 + numBitmaps + " bitmaps, avg: " + btk(safeDiv(rawBytes, numBitmaps)));
596 LogUtils.d(TAG, "L2: " + btk(bitmapBytes) + ", " + numBitmaps + " bitmaps" + ", avg: "
597 + btk(safeDiv(bitmapBytes, numBitmaps)));
602 private static String btk(int bytes) method in class:PhotoManager
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 597 Log.d(TAG, "Cache size: " + btk(mBitmapHolderCache.maxSize())
598 + " + " + btk(mBitmapCache.maxSize()));
603 private static String btk(int bytes) { method in class:ContactPhotoManagerImpl
632 Log.d(TAG, "L1: " + btk(rawBytes) + " + " + btk(bitmapBytes) + " = "
633 + btk(rawBytes + bitmapBytes) + ", " + numHolders + " holders, "
635 + btk(safeDiv(rawBytes, numHolders))
636 + "," + btk(safeDiv(bitmapBytes,numBitmaps)));
649 Log.d(TAG, "L2: " + btk(bitmapBytes) + ", " + numBitmaps + " bitmaps"
650 + ", avg: " + btk(safeDiv(bitmapBytes, numBitmaps)))
    [all...]

Completed in 93 milliseconds